More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
| image = [[File:Platform25dds.png]] | | image = [[File:Platform25dds.png]] | ||
| type = Platform | | type = Platform | ||
| version = | | version = 31 August 2012 | ||
| licence = Mixed | | licence = Mixed | ||
| author = Relminator | | author = Relminator | ||
Line 11: | Line 11: | ||
}} | }} | ||
2.5D Platform is a platform game in 3D and 2D | 2.5D Platform is a DS homebrew platform game contains elements in both 3D and 2D. It is a proof of concept engine that renders in 3D but uses 2D tilebased collisions. | ||
The idea is to use screen-dimension-friendly coordinates for 3d scene, low memory footprint and fast enough for any type of game. | The idea is to use screen-dimension-friendly coordinates for 3d scene, low memory footprint and fast enough for any type of game. | ||
Line 21: | Line 21: | ||
Source code is provided which can also be used for Pacman clones, Space shooters, etc. Would be useful to develop into a paper mario, metroid, megaman type of game. | Source code is provided which can also be used for Pacman clones, Space shooters, etc. Would be useful to develop into a paper mario, metroid, megaman type of game. | ||
==Controls== | ==Controls== | ||
D- | D-Pad - Move | ||
A - | A - Jump | ||
R - | R.L - Zoom camera | ||
==Screenshots== | |||
[[File:Platform25dds2.jpg]] | |||
==Compatibility== | ==Compatibility== | ||
Tested on | Tested on Flash card with firmware Supercard DSTwo EOS 1.11. | ||
==Changelog== | ==Changelog== | ||
'''08-31-12''' | '''08-31-12''' | ||
[[Category:Homebrew | Done: | ||
* Collisions. | |||
* Enemies. | |||
* Water. | |||
* Can bounce on top of most enemies. | |||
* Can ride a green enemy. | |||
* Almost everything needed for a basic platformer is done. | |||
<br> | |||
[[Category:DS homebrew games]] | |||
[[Category:Homebrew platform games on DS]] |
Revision as of 01:51, 12 Haziran 2021
2.5 D Platformer | |
File:Platform25dds.png | |
General | |
---|---|
Author(s) | Relminator |
Type | Platform |
Version | 31 August 2012 |
Licence | Mixed |
Links | |
[Media:Platfom25D083112ds.rar Download] | |
Website |
<htmlet>adsense</htmlet>
2.5D Platform is a DS homebrew platform game contains elements in both 3D and 2D. It is a proof of concept engine that renders in 3D but uses 2D tilebased collisions.
The idea is to use screen-dimension-friendly coordinates for 3d scene, low memory footprint and fast enough for any type of game.
User guide
In the initial release there is a small level of buckets full 3D, while handle the sprite in the level is a simple 2D rectangle.
It has the ability to zoom in and out the screen.
Source code is provided which can also be used for Pacman clones, Space shooters, etc. Would be useful to develop into a paper mario, metroid, megaman type of game.
Controls
D-Pad - Move
A - Jump
R.L - Zoom camera
Screenshots
Compatibility
Tested on Flash card with firmware Supercard DSTwo EOS 1.11.
Changelog
08-31-12
Done:
- Collisions.
- Enemies.
- Water.
- Can bounce on top of most enemies.
- Can ride a green enemy.
- Almost everything needed for a basic platformer is done.