More actions
m (Text replacement - "| licence" to "| license") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
| title = 2D Side-Scrolling Example | |title=2D Side-Scrolling Example | ||
| image = 2015-10-18-102258.jpg | |image=2015-10-18-102258.jpg | ||
| | |description=Simple example of a side-scroller. | ||
| | |author=Voxel Studios | ||
| lastupdated = 2015/10/18 | |lastupdated=2015/10/18 | ||
| license = Mixed | |type=Other Games | ||
| | |version=WIP | ||
| website = https://gbatemp.net/threads/release-wip-2d-side-scrolling-example-in-3d.400017/ | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrew/2D-Side-Scrolling-Example.rar | |||
|website=https://gbatemp.net/threads/release-wip-2d-side-scrolling-example-in-3d.400017/ | |||
}} | }} | ||
==2D Side-Scrolling Example== | ==2D Side-Scrolling Example== |
Revision as of 12:03, 29 October 2021
2D Side-Scrolling Example | |
---|---|
File:2015-10-18-102258.jpg | |
General | |
Author | Voxel Studios |
Type | Other Games |
Version | WIP |
License | Mixed |
Last Updated | 2015/10/18 |
Links | |
Download | |
Website | |
2D Side-Scrolling Example
Hai, guys!
I've finally got round to finishing my first homebrew, coded in C, using libsf2d and some other libs! It's a small project, as you might guess, but I hope it can be just that bit more successful!
TESTED AND WORKING ON:
- NINJHAX 2.0
- NINJHAX 1.1B
- IRONHAX
-N3DS 10.1.0-27E
-2DS 6.1.0-12E
NOT TESTED ON
- THE OTHER TYPES OF HAX
- FLASHCARTS
- O3DS
Features:
- View in 3D!
- Camera stops following you when you get to the start/end of the level.
- Animation system.
- You can jump!
- Lightweight code (sort of...)
- Colourful, MS Paint-styled graphics!
- Also available as .3DS and .CIA files for Emunand and what-not!
Known bugs:
- Walking animations tend to freeze when you jump and then move.
- That's about it for the bugs...
Controls:
- Circle Pad/D-Pad - Move in desired direction.
- A button - Jump.
To do:
- Add sound.
- Fix Bugs.