Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praxtube/ace-of-the-heavens
Fast paced online 1vs1 action game in an arcade-like, 2D top-down style
https://github.com/praxtube/ace-of-the-heavens
arcade-game game game-development multiplayer-game p2p pixel-art
Last synced: about 1 month ago
JSON representation
Fast paced online 1vs1 action game in an arcade-like, 2D top-down style
- Host: GitHub
- URL: https://github.com/praxtube/ace-of-the-heavens
- Owner: PraxTube
- License: mit
- Created: 2023-09-23T09:39:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-17T14:21:25.000Z (11 months ago)
- Last Synced: 2024-01-18T00:43:37.807Z (11 months ago)
- Topics: arcade-game, game, game-development, multiplayer-game, p2p, pixel-art
- Language: Rust
- Homepage: https://praxtube.itch.io/ace-of-the-heavens
- Size: 22.3 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ace of the Heavens
Fast paced action, arcade-like, 2D top-down 1vs1 game.
You and your opponent control a plane and try to shoot each other from the sky!
Also on https://praxtube.itch.io/ace-of-the-heavens.
The game uses [webRTC](https://webrtc.org/) to connect two peers and communicates
on a peer 2 peer bases (if possible!). [Matchbox](https://github.com/johanhelsing/matchbox)
is used as the Rust backend to facilitate this.## Mechanics
- Basic movement involves steering the plane and accelerating/decelerating
- Shooting bullets/rockets
- Dodging with [invincibility frames](https://en.wiktionary.org/wiki/invincibility_frame#English)
- Some basic maps
- Static camera with the same border dimensions on each mapSee [here](http://rancic.org/aoth/help-menu/)
for more details.## Future Plans
- See if I am able to create an AI and add Singleplayer if it's possible
- Add more maps
- Add Android Support maybe (probably not though)See [here](https://github.com/PraxTube/ace-of-the-heavens/issues)
for more details.## MacOS Builds
I haven't been able to test if the macOS builds work, if you encounter any issues here please report them.
## Development
See [here](https://github.com/PraxTube/ace-of-the-heavens/tree/master/docs/DEVELOPMENT.md).
Contributions of any kind are welcome.## Appendix
[Credits](https://github.com/PraxTube/ace-of-the-heavens/blob/master/CREDITS.md).
[License](https://github.com/PraxTube/ace-of-the-heavens/blob/master/LICENSE),
applies to everything that doesn't already have a license.## Footage