Skip to content

amycatgirl/limine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limine

Toy minesweeper clone written in common lisp.

Screenshots

Not available yet

Dependencies

  • SBCL
  • TCL/TK >= 8.6
  • turbojpeg
  • libsdl2

Building

Not available yet

Development

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)

To-do List

[#B] Game Loop [0/2]

  • [ ] Allow the user to win
  • [ ] Mine flagging [0/2]
    • [ ] Track flagged mine count
    • [ ] Make the user win if all mines are flagged

[#C] UI [0/4]

  • [ ] 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

Resources

License

This project is licenced under the MIT License.

About

LI(sp) MINE(sweeper)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors