A small game based on a cool visual effect.
- Java 99.1%
- GLSL 0.9%
| core | ||
| desktop | ||
| gradle/wrapper | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| Screenshot.png | ||
| settings.gradle | ||
Duality
Duality is a video game prototype built around a cool shader effect. It is meant to be a puzzle game, with two worlds that are mirror images of each other. These worlds, though they cannot touch, can influence each other in certain ways. This is a prototype an is largely unfinished.
Setup
Clone the repo. To run the game, run:
./gradlew desktop:run
