Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkzero241/bunnygarden
A DS homebrew tech demo where one can hop around some 3D platforms with some bouncing bunnies.
https://github.com/kkzero241/bunnygarden
blocksds ds ds-homebrew homebrew libnds nds nintendo-ds nitro-engine
Last synced: 10 days ago
JSON representation
A DS homebrew tech demo where one can hop around some 3D platforms with some bouncing bunnies.
- Host: GitHub
- URL: https://github.com/kkzero241/bunnygarden
- Owner: kkzero241
- License: mit
- Created: 2024-05-08T17:55:18.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-08T18:10:54.000Z (8 months ago)
- Last Synced: 2024-10-25T03:44:57.597Z (about 2 months ago)
- Topics: blocksds, ds, ds-homebrew, homebrew, libnds, nds, nintendo-ds, nitro-engine
- Language: C
- Homepage:
- Size: 2.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Bunny Garden
![Bunny Garden](bunnygarden.gif)A DS homebrew tech demo where one can hop around some 3D platforms with some bouncing bunnies.
Made as my degree's final project.
Relies on [BlocksDS](https://github.com/blocksds/sdk/), [Nitro Engine](https://github.com/AntonioND/nitro-engine), and [NightFox's Lib](https://github.com/knightfox75/nds_nflib), and based on [a template using the latter two](https://github.com/AntonioND/nitro-engine/tree/master/examples/templates/using_nflib). Major kudos to all the folks behind these for their hard work here.
## Controls
**D-Pad -** Move forward, backward, or to the sides.**L/R Buttons -** Turn to the sides.
**A Button -** Jump or scale a platform/object.
**Start Button -** Pause gameplay.
**Select Button -** Exit to loader.
## Building
After [setting up BlocksDS, Nitro Engine, and NightFox's Lib via Wonderful Toolchain](https://blocksds.github.io/docs/setup/options/), run `make` in the project directory.Modified assets can be rebaked into `nitrofiles` by running `convert.sh` in `assets`.
## License
This project uses the MIT license.If you use this as a launchpad into other BlocksDS things, you may be interested in [the licensing info about the libraries the SDK is comprised of](https://blocksds.github.io/docs/introduction/licenses/).