An open API service indexing awesome lists of open source software.

https://github.com/gregorybchris/tiles

Multi-level puzzle game
https://github.com/gregorybchris/tiles

Last synced: 11 months ago
JSON representation

Multi-level puzzle game

Awesome Lists containing this project

README

          

# Tiles

This is a puzzle game with multiple levels. The goal is to pass over every tile on the screen only once. The game progress saves to the local machine and is reset once the game is completed. The music player was turned off in the final version of the game.

## Running the Project

To run the project use the Gradle run command:

```bash
# Mac/Linux
./gradlew run

# Windows
gradlew.bat run
```