Inspired by recent events, this game attempts to bring to the HACK platform the experience of piloting a container ship through the Suez canal.
This project uses the amazing JackVM PlayerCopyright (c) 2020 Jim Connell.
Developed as part of the nand2tetris course offered on Coursera.
Game concept derived from CNN's interactive "Steer through the Suez Canal", reproduced for educational purposes.
To generate the VM code (cd src/ && path/to/JackCompiler.sh . && cat *.vm | pbcopy)
.
To build the demo (cd demo/ && npm install && npx webpack)
.
To run locally npx light-server --serve demo/dist --open