## Description _Tictac-1_ lets the player play Tic-Tac-Toe against the computer. Both take turns at placing a mark in a three by three grid with the goal of getting three in a row.
## Description _Teaser_ is a puzzle game in a 3×3 grid of bits. Each bit can be either 1 or 0. The rules are simple. The player can change a 1 to a 0, but not the other way around. When changing a 1 into a 0, it also influences its neighbours. When [...]
## Description _Stockmarket_ is an unofficial adaptation of the board game of the same name. The game simulates stock trading on Wall Street, with the aim to get rich.
## Description _Potshot_ is a trajectory firing game in which the player must launch a projectile and try to hit a target. It uses a display to show the path of the projectile. Due to randomization each play is different.
## Description _Missionaries and Cannibals_ is puzzle game in which three missionaries and three cannibals must be ferried across a river. The ferry only accommodates for two people and the cannibals can never outnumber the missionaries or they will eat [...]
## Description _Hurkle_ is a simple game in which the player must find the location of a hidden Hurkle on a ten by ten grid. The player must select grid points and the game will tell in which general direction the Hurkle is located (north, east, [...]
## Description _Chess in BASIC_ is a chess simulation written in BASIC. It runs on a computer using either a teletype or CRT monitor and is targeted both at experts and beginners.
## Description _Blkjak-1_ allows the player to play the card game Black Jack against the computer. The player can hit and stop, but more advanced rules like splitting and insurance are not implemented in the game.