Remake of Minesweeper using Lua with LÖVE as it's framework (More about the game).
In order to run the game, LÖVE, a framework used to make 2D games in Lua has to be installed into your system by following the link.
During installation, be sure to create a desktop icon as this will make it easier to run LÖVE games.
The game can be run by dragging the folder containing the game into the LÖVE desktop icon.
It can also be run by using the love
bash command, for example:
love <name_of_directory>
Note: the directory must contain the main.lua file
- Nipun Chamikara Weerasiri - Initial work - nipunchamikara
- Matthias Richter, Class.lua