Toy minesweeper clone written in common lisp.
Not available yet
- SBCL
- TCL/TK >= 8.6
- turbojpeg
- libsdl2
Not available yet
Load limine.asd using your favourite REPL wrapper and load the system:
(ql:quickload :limine)Then run the program by calling it’s entrypoint:
(limine:main)- [ ] Allow the user to win
- [ ] Mine flagging [0/2]
- [ ] Track flagged mine count
- [ ] Make the user win if all mines are flagged
- [ ] New game [0/1]
- [ ] Difficulty selection
- [ ] Mine count display
- [ ] Time elapsed display
- [ ] Smiley face (acts as a restart button) [0/1]
- [ ] Get (or make) assets
- https://en.wikipedia.org/wiki/Minesweeper_(video_game)
- https://www.autistici.org/interzona/nodgui.html
- https://tkdocs.com/index.html
This project is licenced under the MIT License.