An open API service indexing awesome lists of open source software.

https://github.com/sandergi/jackminesweeper

Project for the Nand2Tetris course. Minesweeper clone in the JACK programming language for a simplified 16 bit computer. Features a modified implementation of the RNG algorithm used in TI calculators
https://github.com/sandergi/jackminesweeper

learning-project minesweeper nand2tetris

Last synced: 5 months ago
JSON representation

Project for the Nand2Tetris course. Minesweeper clone in the JACK programming language for a simplified 16 bit computer. Features a modified implementation of the RNG algorithm used in TI calculators

Awesome Lists containing this project

README

          

# JackMinesweeper
Project for the Nand2Tetris course. Minesweeper clone in the JACK programming language for a simplified 16 bit computer. Features a modified implementation of the RNG algorithm used in TI calculators

Runs in the VM emulator provided in the course:
![image](https://user-images.githubusercontent.com/97496861/181831995-e12131f3-1f68-43b7-84f4-07a0430b0396.png)