An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Cave Game
========

> The very typical cave/chopper game, ported to iOS using iPad's Codea app

## Demo
[![Cave Game](http://img.youtube.com/vi/FG9u-HpaSXs/0.jpg)](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)

[![Analytics](https://ga-beacon.appspot.com/UA-3181088-16/cavegame/readme)](https://github.com/aurbano)