Ccleste-DS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
}} | }} | ||
This is a C source port of [https://www.lexaloffle.com/bbs/?tid=2145 Celeste Classic] for the Nintendo DS. | This is a C source port of [https://www.lexaloffle.com/bbs/?tid=2145 Celeste Classic] for the Nintendo DS. | ||
It is a hardcore PICO-8 platformer about climbing a mountain, originally developed by Matt Thorson and Noel Berry. | |||
==Control== | ==Control== | ||
Revision as of 06:25, 8 October 2023
| ccleste-DS | |
|---|---|
![]() | |
| General | |
| Author | nachoz12341 |
| Type | Platform |
| Version | 1.0 |
| License | Mixed |
| Last Updated | 2023/04/25 |
| Links | |
| Download | |
| Website | |
| Source | |
This is a C source port of Celeste Classic for the Nintendo DS.
It is a hardcore PICO-8 platformer about climbing a mountain, originally developed by Matt Thorson and Noel Berry.
Control
Left/Right - Move left/right
Up/Down - Look up/down
A - Jump
B - Dash
Start - Pause
Y - Toggle screenshake
L/R - Load/Save state
Hold Select+Start+Y - Reset
Select - Fullscreen
Changelog
v1.0
- First Release.
Credits
- Sound wave files are taken from https://github.com/JeffRuLz/Celeste-Classic-GBA/tree/master/maxmod_data, music ogg files were obtained by converting the .wav dumps from pico 8, which I did using audacity & ffmpeg.
- All credit for the original game goes to the original developers (Maddy Thorson & Noel Berry).
