This project is meant to remake a version of the Fire Ant game on the Commodore 64.
That is meant as evaluation for the course "Structure of Computer Programs 1" at the VUB.
The Game is implemented in scheme, more specifically R5RS.
- Racket (R5RS should be included)
Just run racket -I r5rs -f Fire-Ant.rkt
on your command line.
- Level ADT
- Text to Maze ADT
- Game ADT
- Maze