Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wandmalfarbe/blockie
An unfinished game written in Lua made with the LÖVE 2D game engine.
https://github.com/wandmalfarbe/blockie
2d-game 2d-tile game love2d lua
Last synced: 29 days ago
JSON representation
An unfinished game written in Lua made with the LÖVE 2D game engine.
- Host: GitHub
- URL: https://github.com/wandmalfarbe/blockie
- Owner: Wandmalfarbe
- License: bsd-3-clause
- Created: 2017-08-17T18:32:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T19:20:31.000Z (over 7 years ago)
- Last Synced: 2025-01-11T06:31:14.104Z (about 1 month ago)
- Topics: 2d-game, 2d-tile, game, love2d, lua
- Language: Lua
- Size: 785 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Blockie
[![LÖVE 0.10.2](https://img.shields.io/badge/L%C3%96VE-0.10.2-EA316E.svg)](http://love2d.org/)
An unfinished game written in Lua made with the [LÖVE 2D game engine](https://love2d.org/).
![Blockie](img/screenshot.png)
## How to run the game
1. In order to run the game you need to install the LÖVE game engine which you can download from .
2. Download the game from GitHub by clicking on the `Clone or download` button on the right and then clicking `Download ZIP`.
3. Extract the contents of the archive and navigate inside the folder `blockie-master`.
4. Zip all the folder contents and rename the resulting ZIP archive to `Blockie.love`.
5. 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:
```bash
love .
```## License
This project is open source licensed under the BSD 3-Clause License. Please see the [LICENSE file](LICENSE.md) for more information.