Lyssieth's Minesweeper
About
A basic minesweeper clone currently, however I have plans. It supports command-line arguments for setting the width, height, and amount of mines.
Arguments:
- --width <number> | Changes the width of the board
- --height <number> | Changes the height of the board
- --mines <number> | Changes the amount of mines on the board
Future Plans:
- A proper UI (main menu, info screen, etc)
- Better scaling (currently every 'cell' is 32x32, with 64x64 textures; I want the former to be configurable, and potentially the latter to be SVGs instead)
- Scripting! (So one can add custom gamemodes, like knight rules, or make a solver, etc)