More actions
(Created page with "{{Infobox Switch Homebrews |title=Switch SDL Pong |image=switchsdlpong.png |description=Pong For The Nintendo Switch Using SDL C++ And libnx. |author=I-EAT-CHEEZE-YO |lastupdated=2018/06/07 |type=Other Games |version=1 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/switchsdlpong.7z |website=https://gbatemp.net/threads/switch-sdl-pong.505348/ |source=https://github.com/I-EAT-CHEEZE-YO/switch_sdl_pong |donation= }} {{#seo: |title=Switch Homebrew Game...") |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Switch SDL Pong | |title=Switch SDL Pong | ||
|image= | |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/ | |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. | |||
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. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/I-EAT-CHEEZE-YO/switch_sdl_pong | ||
* | * 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.