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
- Host: GitHub
- URL: https://github.com/gregorybchris/tiles
- Owner: gregorybchris
- Created: 2014-10-29T01:39:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T01:34:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T15:12:37.560Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 7.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```