https://github.com/spikehd/nds_pong
Learning homebrew by creating Pong for the NDS
https://github.com/spikehd/nds_pong
Last synced: about 2 months ago
JSON representation
Learning homebrew by creating Pong for the NDS
- Host: GitHub
- URL: https://github.com/spikehd/nds_pong
- Owner: SpikeHD
- Created: 2022-12-09T06:23:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T21:15:38.000Z (over 3 years ago)
- Last Synced: 2025-11-23T22:03:03.285Z (7 months ago)
- Language: C++
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NDS Pong
Pong, but for the NDS. Surely that doesn't already exist, right??
# Building
* Install [devKitPro](https://devkitpro.org/wiki/Getting_Started) NDS toolchain
* Run `make`
# Why?
Idk I wanted to learn how to make homebrew NDS games.