More actions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|title=Switch SDL Pong | |title=Switch SDL Pong | ||
|image=switchsdlpongnx.png | |image=switchsdlpongnx.png | ||
|description=Pong | |description=Pong for the Nintendo Switch using SDL C++ and libnx. | ||
|author=I-EAT-CHEEZE-YO | |author=I-EAT-CHEEZE-YO | ||
|lastupdated=2018/06/07 | |lastupdated=2018/06/07 | ||
|type= | |type=Arcade Games | ||
|version=1 | |version=1.0 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/switchsdlpongnx.7z | |download=https://dlhb.gamebrew.org/switchhomebrews/switchsdlpongnx.7z?4pp5t0r3 | ||
|website=https://gbatemp.net/threads/switch-sdl-pong.505348/ | |website=https://gbatemp.net/threads/switch-sdl-pong.505348/ | ||
|source=https://github.com/I-EAT-CHEEZE-YO/switch_sdl_pong | |source=https://github.com/I-EAT-CHEEZE-YO/switch_sdl_pong | ||
}} | }} | ||
A basic implementation of pong for the Switch. | A basic implementation of pong for the Switch. | ||
Line 18: | Line 17: | ||
==Installation== | ==Installation== | ||
Extract the zip the /switch/ folder on the SD card. | |||
==Compatibility== | ==Compatibility== | ||
Only tested | Only tested on 5.0.2. | ||
==Changelog== | ==Changelog== | ||
Line 49: | Line 48: | ||
* GitHub - https://github.com/I-EAT-CHEEZE-YO/switch_sdl_pong | * GitHub - https://github.com/I-EAT-CHEEZE-YO/switch_sdl_pong | ||
* GBAtemp - https://gbatemp.net/threads/switch-sdl-pong.505348/ | * GBAtemp - https://gbatemp.net/threads/switch-sdl-pong.505348/ | ||
* ForTheUsers - https://apps.fortheusers.org/switch/sdl_pong |
Latest revision as of 13:17, 10 February 2024
Switch SDL Pong | |
---|---|
General | |
Author | I-EAT-CHEEZE-YO |
Type | Arcade Games |
Version | 1.0 |
License | GPL-3.0 |
Last Updated | 2018/06/07 |
Links | |
Download | |
Website | |
Source | |
A basic implementation of pong for the Switch.
Created using SDL C++ and libnx.
Installation
Extract the zip the /switch/ folder on the SD card.
Compatibility
Only tested on 5.0.2.
Changelog
v1.0 2018/06/07
- This is the final release.
- Now has scores for player 1 and 2.
- 2 Player support.
- New Splash screen.
- If you find bugs create a new issue and ill try to fix them.
v0.2 2018/05/28
- Added 2 player support.
v0.1 2018/05/26
- Initial release
Credits
Authors:
- Todd Forester - Initial work - I-EAT-CHEEZE-YO.
Thanks to:
- Anyone Making Progress on switch hombrew.
- Anyone who has played this if even for 2 seconds.
- Anyone who is reading this.