Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkeus/codename-lumberjack
Codename Lumberjack is a simple flash game written using Actionscript 3.0 and Flixel.
https://github.com/arkeus/codename-lumberjack
Last synced: 3 months ago
JSON representation
Codename Lumberjack is a simple flash game written using Actionscript 3.0 and Flixel.
- Host: GitHub
- URL: https://github.com/arkeus/codename-lumberjack
- Owner: arkeus
- License: other
- Created: 2011-09-06T09:03:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-09T10:29:48.000Z (about 13 years ago)
- Last Synced: 2024-06-23T19:36:55.287Z (5 months ago)
- Language: ActionScript
- Homepage: http://projects.iarke.us/codenamelumberjack/
- Size: 367 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - codename-lumberjack - Codename Lumberjack is a simple flash game written using Actionscript 3.0 and Flixel. (Video Games / Games)
README
Codename Lumberjack is a simple flash game written using Actionscript 3.0 and Flixel.
Play the game here: http://projects.iarke.us/codenamelumberjack/
The game serves as a very basic tutorial for creating a simple adventure platformer in Flixel. It features:
* Generating a world map from a color Bitmap (a future feature of Flixel, currently in the development and beta branches)
* Various environments
* Basic platforming physics and collision
* Coin collectingIt is very feature light in order to provide a lightweight entry into the world of Flixel platformers.
Codename Lumberjack was originally being written as a way for me to delve into the world of FlashBuilder and GitHub, having never touched either of them.