Minella is a minesweeper application with multiple game modes and difficulty levels.
Report Bug
·
Request Feature
To properly run this application, you will have to make sure that the Lenra CLI and docker with docker-compose are installed on your computer. Installation instructions can be found here https://github.com/lenra-io/lenra_cli.
To run Minella you first need to build the application.
lenra build
Then you can start it.
lenra start
You can then access the application by opening localhost:4000
on your web browser.
This game mode is just the classical minesweeper game.
In this game mode, two players are fighting to get the highest score. Each player starts with a score of 0 and win one point for each successfully revealed cell. The players take turns and the flags are personnal. If a player reveals a bomb he lose the game (or lose 10 points ?). When all the cells are revealed minus the bomb ones the player with the highest score wins.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement". Don't forget to give the project a star if you liked it! Thanks again!
Distributed under the MIT License. See LICENSE for more information.
Lenra - @lenra_dev - [email protected]
Project Link: https://github.com/lenra-io/app-minella