Qixxy is a Qix-clone game for PC. You can read more about Qix here.
The goal is to fence off a supermajority of the playfield while trying to stay alive and gain as much points as you can.
This project is licensed under the MIT License.
The app was written as a university project in 2016 as a way to learn some Scala and game development. I don't update or maintain it.
You should have Java 6+ on your computer.
git clone https://github.com/oeshiro/qixxy.git
cd qixxy
- Build it with Gradle:
./gradlew desktop:dist
- The
.jar
file should be generated underdesktop/build/libs/desktop-*.jar
- Run it:
java -jar desktop-*.jar
- Have fun!