nipunchamikara / minesweeper

Recreation of minesweeper using Lua with LÖVE as it's framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minesweeper

Remake of Minesweeper using Lua with LÖVE as it's framework (More about the game).

Getting Started

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.

Running the game

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

Built With

  • LÖVE - The game framework used
  • Lua - The programming language used

Authors

Acknowledgments

About

Recreation of minesweeper using Lua with LÖVE as it's framework

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%