## 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 _Nimb_ is an implementation of the classic mathematical game Nim. There are 15 sticks in a pile. Each turn a player can take one, two or three sticks from the pile. Whoever picks the last stick loses the game. The player plays against the [...]
## Description _Jeu de NIM_ is an implementation of the mathematical game NIM for the SR-52. The player can decided on the number of rows and the number of items per row. The AI and player then take turns removing a number of items of choice from a single [...]
## Description _Pegged!_ is a basic solitaire peg jumping game. A line of spaces is filled with pegs of two variants (ones and twos) except for one vacant spot in the middle. The player needs to reverse the order. Twos can only move to the left and ones [...]
## Description _Grime Z80_ is a remake of the 1984 text mode game Grime for the IBM PC, now ported to an assortment of 8-bit computers and devices all based on the Zilog Z80 CPU. Like the unsanitary original, it inhabits the general territory of Centipede [...]
## Description _Games Library: Program Manual_ is a compilation of mostly game programs for the SR-52 programmable calculator. It features the following programs: * Number Guesser * Hi-Lo * Interchange * Codebreaker * Star Buster * Craps * Twenty-One * [...]
## Description _Bagels_ is a mastermind game where the player must guess the computer’s code. Codes consists of three numbers. After each guess of the player, the computer answers fermi (one digit is at the right position), pico (one digit is in the [...]
Dice ## Description Dice simulates a game of Craps. The player places a bet and then rolls the dice. When rolling a value of seven or eleven the bet is won. The bet is lost when rolling a value of two, three or twelve. Rolling something else it’s a [...]