Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Noise4j | 64 | 5 years ago | 1 | May 11, 2016 | 2 | apache-2.0 | Java | |||
:octocat: Simple map generators for Java applications. | ||||||||||
Khexgrid | 13 | 3 days ago | apache-2.0 | Kotlin | ||||||
Kotlin implementation of hexagonal grids using LibGDX | ||||||||||
Zoned | 8 | 2 years ago | gpl-3.0 | Java | ||||||
A multiplayer grid based strategy game powered by libGDX |
Zoned is a cross-platform grid based multiplayer strategy game powered by libGDX. The game is primarily targeted for Android, but it will work on Windows and Linux as well.
It is available to download on the Google Play Store (Android) as well as on GitHub (Windows, Linux, Android and Web)
Zoned is a multiplayer strategy game. Every game is played on a grid based map where the objective is to capture as many cells in the grid as possible. Currently, both splitscreen multiplayer as well as cross-platform local network multiplayer are supported. In addition to the default internal maps, Zoned also supports custom external maps which you can play on if you ever get bored of the default ones. The best part is that Zoned is free of ads and will never have ads!
The game is currently in beta. You can track the development progress of the game here. There may be additional changes as well.
More screenshots are available in the Google Play Store page
If you wish to build from source, clone the repo and run gradle's android:assembleDebug
and desktop:dist
tasks for building the Android and Desktop binaries respectively:
$ git clone https://github.com/Spikatrix/Zoned
$ cd Zoned
$ ./gradlew android:assembleDebug # Android
$ ./gradlew desktop:dist # Desktop
(Use gradlew.bat
if you're on Windows)
You can then find the generated binaries at
Zoned/desktop/build/libs/*.jar
Zoned/android/build/outputs/apk/debug/*.apk
Contributions are always welcome.
Here are a few ways you can help:
This project is licensed under the GNU GPLv3 License