This repository contains the source code of a traditional snake game developed in Lua language using Love 2D Game Engine. The snake game is a traditional game that has been developed in many languages and platforms. This is a simple snake game developed in Lua language using Love 2D Game Engine.
- The game has a simple UI with a start button and a quit button.
The game uses the following open source projects to work properly:
-
Lua - Lua is a powerful, efficient, lightweight, embeddable scripting language.
-
Love 2D - Love2D is an open-source game engine implemented in C++ and scripted in Lua.
The game requires Love 2D v11.3+ to run.
Install the dependencies and devDependencies and start the server.
git clone
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
The License of the project is MIT License. See the LICENSE file for more details.