## Description
_The Microbugs_ is an educational game about computing. A computer has been
infected by the titular bugs and it’s the player’s task to enter the machine
and clean out the bugs and repair damaged chips. Initially the player explores
the computer by foot and can enter some of the chips. After the first few
chips have been repaired the player gets access to a saucer which can be used
to fly over the main circuit board. There are eight chips that can be entered
and each has its own gameplay:
* Main Logic Chip: A platform game containing six screens where in each the player has to release and activate a robot. This is done by shooting an electronic beam at the cage it is trapped in and then touch it to activate it before finding a way to the exit. Movable blocks can be pushed around and used to reach higher level and there are also elevators to use.
* Artist Programming Chip: The player is shown an image that has to be recreated through a simple programming language. It simply involves entering the right numbers for shape and colour, x and y coordinates and the size of the object. The player can then test run the script until it is right.
* Binary Character Definer Chip: The player is shown a grid and has to for each line enter the combined binary value of the squares that are shaded. For example if the three right most squares are shaded a value of 7 (4+2+1) has to be entered.
* Boolean Programming Chip: The player has to open a number of doors by turning on the wires that go to their control boxes. The screen will show a number of electronic gates (AND, EOR and NAND) which the player interacts with by turning on the correct wires that lead into them.
* Disk Control Chip: The player has to trap one of the bugs by connecting broken wires. It works similar to a sliding puzzle game where each row or column of the grid can be moved either horizontally or vertically.
* Typesetting (Newspaper) Chip: The player has to put together news pages by combing boxes in different shapes and sizes with pieces of text. The boxes has to be placed on the page like in a jigsaw puzzle and then the pieces of text that match the sizes of the boxes have to be combined.
* Modem Communications Chip: The final bug has to be trapped by guiding two robots through a maze. The maze is seen from both a first person and top down view and the aim is to move the robots so that the bug gets chased into one of three traps.