Zoned

A multiplayer grid based strategy game powered by libGDX
Alternatives To Zoned
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Noise4j64
5 years ago1May 11, 20162apache-2.0Java
:octocat: Simple map generators for Java applications.
Khexgrid13
3 days agoapache-2.0Kotlin
Kotlin implementation of hexagonal grids using LibGDX
Zoned8
2 years agogpl-3.0Java
A multiplayer grid based strategy game powered by libGDX
Alternatives To Zoned
Select To Compare


Alternative Project Comparisons
Readme

Zoned   License: GPL v3 Version: 0.0.5-beta

Zoned Icon

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)

Download from Google Play Download from GitHub

About

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.

Screenshots

       

More screenshots are available in the Google Play Store page

Build from source

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

  • Desktop: Zoned/desktop/build/libs/*.jar
  • Android: Zoned/android/build/outputs/apk/debug/*.apk

Contributing

Contributions are always welcome.

Here are a few ways you can help:

  • Report bugs via the Issue Tracker and suggestions via email
  • Send in pull requests improving the code quality and fixing bugs among others

License

This project is licensed under the GNU GPLv3 License

Popular Libgdx Projects
Popular Grid Projects
Popular Games Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Video Game
Grid
Multiplayer
Ads
Libgdx
Strategy Game