Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.02 KB

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