Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AdamAtomic/Bomber-Planet
The (sloppy) source code for a top-down 2D action-adventure game made with Flixel.
https://github.com/AdamAtomic/Bomber-Planet
Last synced: about 2 months ago
JSON representation
The (sloppy) source code for a top-down 2D action-adventure game made with Flixel.
- Host: GitHub
- URL: https://github.com/AdamAtomic/Bomber-Planet
- Owner: AdamAtomic
- License: other
- Created: 2011-08-22T03:50:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-22T03:53:10.000Z (over 13 years ago)
- Last Synced: 2024-10-15T18:45:32.351Z (3 months ago)
- Language: ActionScript
- Homepage: http://adamatomic.com/bomberplanet/
- Size: 664 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - Bomber-Planet - The (sloppy) source code for a top-down 2D action-adventure game made with Flixel. (Video Games / Games)
README
BE THOU WARNED
This game was made in FORTY EIGHT HOURS. All the graphics, all the code, all the sounds. It is a horrendous shambles of a facade of a video game and should not serve as an example of how to do anything ever.
ABANDON ALL HOPE YE WHO ENTER HERE
If you think you can handle it, this is the source code for a top-down 2D action-adventure game, in the vein of the classic Zelda games. It has a big map, a scrolling/locking camera, and some very dumb enemies. The code is not really commented much, though I try to use descriptive variable names when possible, and use some basic object-oriented organization for the sake of sanity. Enjoy!