Control a sphere to avoid geometric 'evil' objects.
Download Game
·
Report Bug
·
Request Feature
In a world of harmony, where every object has at least a vertex, a Sphere is born. All objects became instantly afraid of the Sphere, for it has no vertex. They see the Sphere as a threat, and repudiate the poor Sphere, hunting it to death.
- Use the arrow keys to move the player.
- Press
R
to restart the game.
This game was made for the game jam Game Off 2018, which took place between 1st of November and 1st of December of 2018.
The theme of the Jam was: HYBRID.
To get a local copy up and running follow the steps below.
- Install Java JDK.
- Setup Java Development Environment.
- Install Eclipse IDE.
- Clone repository:
git clone https://github.com/GuiBDBello/Shapezoid.git
.
- Open the project in Eclipse:
File > Import... > Gradle > Existing Gradle Project
. - Customize the code as you want in
Shapezoid-core/src
andShapezoid-desktop/src
. Right click your desktop project > Run as > Run Configurations...
.- Select
Java Application
and in the top left, click the iconNew launch configuration
. - As
Main class
selectDesktopLauncher.java
. - Run your new configuration.
- Open the Command Prompt (
Ctrl + R
, typecmd
and press Enter). - Navigate to the project folder.
- Execute the command
gradlew desktop:dist
. Inside the desktop folder will be generated the folder "build". - On
build/libs/
, a file will be generated, nameddesktop-1.0.jar
. You can rename the file and share with others.
List of references that were useful in the making of this project:
Name | Type | Creator | Source |
---|---|---|---|
Main Theme.mp3 | SFX | Cnupoc | Freesound |
Distributed under the MIT License. See LICENSE for more information.