Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/battle
https://github.com/tchx84/battle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tchx84/battle
- Owner: tchx84
- License: gpl-3.0
- Created: 2024-04-29T13:37:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T13:42:26.000Z (8 months ago)
- Last Synced: 2024-10-15T23:35:29.817Z (3 months ago)
- Language: Python
- Size: 911 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# Battle
A classic battle game made with and for [Gameeky](https://github.com/tchx84/gameeky).
## Hack it
```
cd ~/Gameeky
git clone https://github.com/tchx84/Battle.git
```## Install it as a Flatpak extension
```
git clone https://github.com/tchx84/Battle.git
cd Battle
flatpak --user install org.gnome.{Platform,Sdk}//45
flatpak-builder --user --force-clean --install build packaging/dev.tchx84.Gameeky.ThematicPack.Battle.json
```## Credits
The [actuators](actuators), [entities](entities) and [scenes](scenes) produced by [Gameeky](https://github.com/tchx84/gameeky) are released under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. These are distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [GNU General Public License](COPYING) for more details.
The [assets](assets) used in this project belong to opengameart.org and are redistributed under the allowances and limitations of each individual license:
* [Tank Game](https://opengameart.org/content/tank-game) by sparrow666. Redistributed under [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
* [Cannon Tube](https://opengameart.org/content/cannon-tube) by Toni Gottschall. Redistributed under [CC-BY 3.0](https://creativecommons.org/licenses/by/3.0/).
* [Engine-loop heavy vehicle](https://opengameart.org/content/engine-loop-heavy-vehicletank) by Lucas Del Piero. Redistributed under [CC-BY 3.0](https://creativecommons.org/licenses/by/3.0/).
* [RandomSFX](https://opengameart.org/content/random-sfx) by Écrivain. Redistributed under [CC0](https://creativecommons.org/publicdomain/zero/1.0/).