More actions
(Created page with "{{Infobox PSP Homebrews |title=2D Side Scroller |image=2dsidescrollerpsp2.png |description=Test game for a 2D game engine. |author=Raptor85 |lastupdated=2008/09/19 |type=Demos...") |
m (Text replacement - "Category:PSP homebrew demos" to "") |
||
Line 31: | Line 31: | ||
[[Category:PSP homebrew games]] | [[Category:PSP homebrew games]] | ||
[[Category:Homebrew platform games on PSP]] | [[Category:Homebrew platform games on PSP]] | ||
Revision as of 06:00, 8 Mayıs 2024
2D Side Scroller | |
---|---|
General | |
Author | Raptor85 |
Type | Demos |
Version | 2008 |
License | Mixed |
Last Updated | 2008/09/19 |
Links | |
Download | |
Website | |
This is a test game for the author's own 2D game engine, where the idea comes from UT2004.
It was presented in the PSPUpdates Summer Homebrew Contest 2008.
User guide
This is a very simple test game created on top of the code, a player class that accepts input, moving platforms, triggers that can turn movers on/off, reveal hidden coins, kill players, etc..., and teleporters.
There's no real physics, just simple bounding box collision, it's automatically calculated off of the sprite file you set each entity to use in the level file. Everything is stored in XML, just take a look in the data directories, it should be fairly easy to figure out, even though there is no editor for it you could make some fairly complex levels using nothing but vim or notepad.
Controls
D-Pad - Move
Cross - Jump
External links
- QuickJump - http://forums.qj.net/showthread.php?t=144487 (archived)