https://github.com/aurbano/cavegame
The very typical cave/chopper game, ported to iOS using iPad's Codea app
https://github.com/aurbano/cavegame
cave-game chopper-game ios ios-app ipad-codea lua
Last synced: 5 days ago
JSON representation
The very typical cave/chopper game, ported to iOS using iPad's Codea app
- Host: GitHub
- URL: https://github.com/aurbano/cavegame
- Owner: aurbano
- Created: 2013-05-17T17:02:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T13:05:48.000Z (over 10 years ago)
- Last Synced: 2025-07-23T13:51:47.488Z (3 months ago)
- Topics: cave-game, chopper-game, ios, ios-app, ipad-codea, lua
- Language: C
- Homepage: https://aurbano.github.io/CaveGame
- Size: 1.31 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cave Game
========> The very typical cave/chopper game, ported to iOS using iPad's Codea app
## Demo
[](http://www.youtube.com/watch?v=FG9u-HpaSXs)This little game emulates the usual Chopper game. It uses one of the default Codea's sprites, fixes its x coordinate and moves it around the y axis, also rotating it to simulate the motion of a rocket.
The cave is rendered as many small rectangles, although at the moment there is no collision detection, it wouldn't be too hard to implement.
###LUA Source
There are two classes:
* [Main](https://github.com/aurbano/CaveGame/blob/master/CaveiOSgame.codea/Main.lua)
* [Cave](https://github.com/aurbano/CaveGame/blob/master/CaveiOSgame.codea/Cave.lua)###Meta
Develped by [Alejandro U. Alvarez](http://urbanoalvarez.es)
[](https://github.com/aurbano)