More actions
(Created page with "{{Infobox Switch Homebrews |title=TIL NX |image=tilnxswitch.png |description=Til The Game for Nintendo Switch. |author=Manurocker95 |lastupdated=2018/12/17 |type=Puzzle |version=1 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/tilnxswitch.7z |website=https://gbatemp.net/threads/touch-game-til-nx.526417/ |source=https://github.com/Manurocker95/TIL_NX |donation= }} {{#seo: |title=Switch Homebrew Games (Puzzle) - GameBrew |title_mode=append |image=til...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=TIL NX | |title=TIL NX | ||
|image= | |image=tilnx.png | ||
|description=Til The Game for Nintendo Switch. | |description=Til The Game for Nintendo Switch. | ||
|author=Manurocker95 | |author=Manurocker95 | ||
|lastupdated=2018/12/17 | |lastupdated=2018/12/17 | ||
Line 9: | Line 8: | ||
|version=1 | |version=1 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/tilnx.7z | ||
|website=https://gbatemp.net/threads/touch-game-til-nx.526417/ | |website=https://gbatemp.net/threads/touch-game-til-nx.526417/ | ||
|source=https://github.com/Manurocker95/TIL_NX | |source=https://github.com/Manurocker95/TIL_NX | ||
|donation= | |donation= | ||
}} | }} | ||
Til The Game for Nintendo Switch written in C++. It was adapted from an idea for mobile devices. | |||
==User guide== | |||
TIL is a touch game where you have to drag the falling balls to the correct side of the screen: red to the red side and blue to the blue side. | |||
If you do it wrong, you fail. | |||
When exiting or losing, if you beat your best score, it is saved in sdmc:/switch/til/data.sav | |||
As this uses touch screen, buttons won't do anything for the getting score. | |||
== | ==Controls== | ||
Touchscreen - Play, Skip splash screen, Drag the circles | |||
Start - Exit the app | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/tilnx2.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/tilnx.png | ||
https://dlhb.gamebrew.org/switchhomebrews/tilnx3.png | |||
https://dlhb.gamebrew.org/switchhomebrews/tilnx4.png | |||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
* Fixed some non-initialized variables. | |||
==Credits== | |||
SDL2 references: | |||
*joel16. | |||
*bernardo giordano. | |||
*Cheeze. | |||
Help and simple tutorial: | |||
*Cid2mizard. | |||
*WerWolv. | |||
General: | |||
*Credits for everyone involved in LibNX and Homebrew Development. | |||
*Thanks, SciresM for your awesome work in Atmosphere CFW. | |||
*Smealum, because you deserve it, dude. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Manurocker95/TIL_NX | ||
* | * GBAtemp - https://gbatemp.net/threads/touch-game-til-nx.526417/ | ||
* ForTheUsers - https://apps.fortheusers.org/switch/TIL-NX |
Revision as of 02:56, 19 Mayıs 2023
TIL NX | |
---|---|
General | |
Author | Manurocker95 |
Type | Puzzle |
Version | 1 |
License | GPL-3.0 |
Last Updated | 2018/12/17 |
Links | |
Download | |
Website | |
Source | |
Til The Game for Nintendo Switch written in C++. It was adapted from an idea for mobile devices.
User guide
TIL is a touch game where you have to drag the falling balls to the correct side of the screen: red to the red side and blue to the blue side.
If you do it wrong, you fail.
When exiting or losing, if you beat your best score, it is saved in sdmc:/switch/til/data.sav
As this uses touch screen, buttons won't do anything for the getting score.
Controls
Touchscreen - Play, Skip splash screen, Drag the circles
Start - Exit the app
Screenshots
Changelog
v1.0
- First Release.
- Fixed some non-initialized variables.
Credits
SDL2 references:
- joel16.
- bernardo giordano.
- Cheeze.
Help and simple tutorial:
- Cid2mizard.
- WerWolv.
General:
- Credits for everyone involved in LibNX and Homebrew Development.
- Thanks, SciresM for your awesome work in Atmosphere CFW.
- Smealum, because you deserve it, dude.
External links
- GitHub - https://github.com/Manurocker95/TIL_NX
- GBAtemp - https://gbatemp.net/threads/touch-game-til-nx.526417/
- ForTheUsers - https://apps.fortheusers.org/switch/TIL-NX