Skip to content

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

License

Notifications You must be signed in to change notification settings

nipunchamikara/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages