An unfinished game written in Lua made with the LÖVE 2D game engine.
- In order to run the game you need to install the LÖVE game engine which you can download from https://love2d.org/.
- Download the game from GitHub by clicking on the
Clone or download
button on the right and then clickingDownload ZIP
. - Extract the contents of the archive and navigate inside the folder
blockie-master
. - Zip all the folder contents and rename the resulting ZIP archive to
Blockie.love
. - Double click on
Blockie.love
to launch the (unfinished) game.
If you have the LÖVE game engine already installed and available in your PATH you can start the game by navigating inside the blockie-master
folder and running the following command in terminal:
love .
This project is open source licensed under the BSD 3-Clause License. Please see the LICENSE file for more information.