https://github.com/pkoretic/helivolt
Classic helicopter game clone using Voltair looks
https://github.com/pkoretic/helivolt
Last synced: 29 days ago
JSON representation
Classic helicopter game clone using Voltair looks
- Host: GitHub
- URL: https://github.com/pkoretic/helivolt
- Owner: pkoretic
- License: mit
- Created: 2016-12-11T19:43:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T13:44:34.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T23:12:14.917Z (over 1 year ago)
- Language: QML
- Size: 2.04 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HeliVolt
Classic helicopter game clone using [VoltAir](https://github.com/google/VoltAir) looks and assets.

This is example game made in pure QML.
All logic is for simplicity held in `src/qml/main.qml`.
[Google PlayStore](https://play.google.com/store/apps/details?id=io.qaap.helivolt)
## Overview
Point of the game is to go as far as possible without hiting anything.
## Development
Level is created from 3 tiles for bottom, top and wall elements.
They are created on the right of the sceen and animated.