bombae is a terminal minesweeper game, written in pascal.
- clone the repository
$ git clone https://github.com/samarthkulshrestha/bombae.git
$ cd bombae
- compile (it is written in free pascal)
$ fpc bombae.pas
- run the executable
$ ./bombae
key | description |
---|---|
h,j,k,l | move cursor around |
SPACE | open cell |
f | flag/unflag cell |
r | restart |
q | quit |
- I <3 pull requests and bug reports!
- Don't hesitate to tell me my code-fu sucks, but please tell me why.
- Feel free to fork the project and try out your own optimisations.
bombae is licensed under the MIT License.
Copyright (c) 2024 Samarth Kulshrestha.