https://github.com/baltpeter/jetpackinthesky
Simple Game in HaXe using the HaxeFlixel library
https://github.com/baltpeter/jetpackinthesky
Last synced: 5 months ago
JSON representation
Simple Game in HaXe using the HaxeFlixel library
- Host: GitHub
- URL: https://github.com/baltpeter/jetpackinthesky
- Owner: baltpeter
- Created: 2013-05-22T16:54:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-22T17:17:32.000Z (about 13 years ago)
- Last Synced: 2025-03-16T01:29:29.863Z (over 1 year ago)
- Language: Haxe
- Size: 427 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jetpackInTheSky
===============
Simple Game in HaXe using the HaxeFlixel library
It's basically one of those Inifinite Runner style games where the main character is for some reason "trapped" and has to run until he tumbles to death ;)
License
-------
I really want this to be as open and free as possible, therefore I have chose a CC by-sa license. If you need any further permissions please contact me.
[] (http://creativecommons.org/licenses/by-sa/3.0/deed.en_US)
Jetpack in the Sky by [Benjamin Altpeter](http://benjamin-altpeter.de) is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/deed.en_US).
Programming Practices
---------------------
Yes, I know. My code doesn't really use all the best programming practices. E.g., I could've used an FlxGroup for the platforms. However, this is really just my first game in HaXe and more of a tryout.
I might change this in the future, but for now I will stick to "quick 'n' dirty". Hopefully, there's still something you can use for your own projects.
Sources
-------
As I mentioned earlier, this was my first HaXe game. Thus, some parts of this are based on tutorials - both from "real" HaxeFlixel and Flixel ones.
I will list a few here, in case I forgot one, I'm sorry. Please contact me so I can add them...
* [Flash Game Dojo](http://flashgamedojo.com/wiki/index.php?title=Category:Flixel "Category:Flixel")
* [HaxeFlixel Website](http://www.haxeflixel.com/articles)
* [Coding Breakout Clone in Flixel in 20 mins (great inspiration!)](http://www.photonstorm.com/archives/1290/video-of-me-coding-breakout-in-flixel-in-20-mins)