-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,53 @@ | ||
# Zoned | ||
# Zoned [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Version: 0.0.1-beta](https://img.shields.io/badge/version-0.0.1--beta-orange)](https://github.com/Spikatrix/Zoned/releases/tag/v0.0.1-beta) [![Discord](https://img.shields.io/discord/712603681949745213)](https://discord.gg/MFBkvqw) | ||
|
||
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | ||
[![Version: 0.0.1-beta](https://img.shields.io/badge/version-0.0.1--beta-orange)](https://github.com/Spikatrix/Zoned/releases/tag/v0.0.1-beta) | ||
[![Discord](https://img.shields.io/discord/712603681949745213)](https://discord.gg/MFBkvqw) | ||
<img src="https://i.stack.imgur.com/cunrq.png" alt="Zoned Icon" align="left" style="margin: 10px 20px 10px 10px; border-radius: 20%; box-shadow: 0 6px 20px 2px black" height="162px"> | ||
|
||
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="Download from Google Play" height="80">](https://play.google.com/store/apps/details?id=com.cg.zoned) | ||
Zoned is a cross-platform grid based multiplayer strategy game powered by [libGDX][libGDX]. The game is primarily targeted for Android, but it will work just fine on Windows and Linux as well. | ||
|
||
A cross-platform grid based multiplayer strategy game where the objective is to capture as many cells as possible. Powered by [libGDX](https://github.com/libgdx/libgdx) | ||
Primarily targeting Android, but should work fine on Desktop as well. Currently supports splitscreen multiplayer as well as cross-platform local network multiplayer via WiFi | ||
It is available to download on the [Google Play Store][play_store_page] (Android) as well as on [GitHub][github_release_page] (Windows, Linux and Android) | ||
|
||
Two player splitscreen multiplayer sample screenshot: | ||
<p> | ||
<a href="https://play.google.com/store/apps/details?id=com.cg.zoned"> | ||
<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="Download from Google Play" height="80px"> | ||
</a> | ||
<a href="https://github.com/Spikatrix/Zoned/releases"> | ||
<img src="https://i.stack.imgur.com/S4MQt.png" alt="Download from GitHub" height="80px"> | ||
</a> | ||
</p> | ||
|
||
<img src="media/sampleScreenshot1.png" alt="A sample screenshot showing two player splitscreen multiplayer"> | ||
## About | ||
|
||
Contributions welcome ツ | ||
Zoned is 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, it supports splitscreen multiplayer as well as cross-platform local network multiplayer. The best part is that Zoned is free of ads and will never have ads! | ||
|
||
The game is currently in beta. I've made a [list of work][beta_work] to be done before v1.0.0 stable is released. There may be additional changes as well. | ||
|
||
## Screenshots | ||
|
||
<img src="https://lh3.googleusercontent.com/SKRnPCRlO8k8-Ks8A22rI3spRsJ6G-r73kZOgUGrbOsBG04esMiOnRtzvRhyK1rRWA=w720-h310-rw" width="46%"> | ||
<img src="https://lh3.googleusercontent.com/6uD4h1HkZLwxhmt2gtZnRiCTLW-QVmF-F9XsVK9HHCy5GUbRpvJm8aLKLNTlnlnok3Bw=w720-h310-rw" width="46%"> | ||
|
||
More screenshots are available in the [Google Play Store page][play_store_page] | ||
|
||
## Contributing | ||
|
||
Zoned is a FOSS game developed by [me](https://github.com/Spikatrix). I'm available on [Discord][discord_invite] if you want to have a chat with me. | ||
|
||
Contributions are always welcome. | ||
|
||
Here are a few ways you can help: | ||
* Report bugs via the [Issue Tracker][issue_tracker] and suggestions via [email][email_feedback] | ||
* Implement new features, cleanup, optimize, refactor and all that good stuff | ||
|
||
## License | ||
|
||
This project is licensed under the [GNU GPLv3 License][project_license] | ||
|
||
<!-- Link references --> | ||
[libGDX]: https://github.com/libgdx/libgdx | ||
[play_store_page]: https://play.google.com/store/apps/details?id=com.cg.zoned | ||
[github_release_page]: https://github.com/Spikatrix/Zoned/releases | ||
[beta_work]: https://github.com/Spikatrix/Zoned/projects/1 | ||
[issue_tracker]: https://github.com/Spikatrix/Zoned/issues | ||
[email_feedback]: mailto:[email protected]?subject=Zoned+Feedback&body=Your+feedback+here | ||
[discord_invite]: https://discord.gg/MFBkvqw | ||
[project_license]: https://github.com/Spikatrix/Zoned/blob/master/LICENSE |