More actions
(Created page with "{{Infobox Switch Homebrews |title=TetrisNX |image=tetrisnxswitch.png |description=Classic Tetris Clone For The Nintendo Switch. |author=KranKRival |lastupdated=2019/10/03 |type=Puzzle |version=1.0.0 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/tetrisnxswitch.7z |website=https://gbatemp.net/threads/tetrisnx-classic-tetris-clone-for-the-nintendo-switch.549408/ |source=https://github.com/KranKRival/TetrisNX |donation= }} {{#seo: |title=Switch Homebrew Ga...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=TetrisNX | |title=TetrisNX | ||
|image= | |image=tetrisnxkra.png | ||
|description= | |description=Tetris clone made in C using SDL2 for the Nintendo Switch. | ||
|author=KranKRival | |author=KranKRival | ||
|lastupdated=2019/10/03 | |lastupdated=2019/10/03 | ||
Line 8: | Line 8: | ||
|version=1.0.0 | |version=1.0.0 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/tetrisnxkra.7z | ||
|website=https://gbatemp.net/threads/tetrisnx-classic-tetris-clone-for-the-nintendo-switch.549408/ | |website=https://gbatemp.net/threads/tetrisnx-classic-tetris-clone-for-the-nintendo-switch.549408/ | ||
|source=https://github.com/KranKRival/TetrisNX | |source=https://github.com/KranKRival/TetrisNX | ||
|donation= | |donation= | ||
}} | }} | ||
Nintendo Switch port of [https://github.com/phao/tetris Tetris Clone], made in C using SDL2. | |||
Differences between the Nintendo Switch release and the original source: | |||
*Fixed broken sound / recode from scratch. | |||
*Changed the screen aspects and some values to match the nintendo switch. | |||
*Changed/Added some colors, it was way too colorless. | |||
*Anhanced the controls and added held keys for full Tetris expirience. | |||
*Some code changes and fixes. | |||
*Removed usedless mouse on main screen and replaced with Keys. | |||
*Also Added pause as there was none. | |||
*Complete remove the wraped LOG. | |||
==Installation== | |||
Extract the zip file to the /switch/ folder on the SD card. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/tetrisnxkra.png | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/KranKRival/TetrisNX | ||
* | * GBAtemp - https://gbatemp.net/threads/tetrisnx-classic-tetris-clone-for-the-nintendo-switch.549408/ | ||
* ForTheUsers - https://apps.fortheusers.org/switch/TetrisNX |
Latest revision as of 07:13, 19 Mayıs 2023
TetrisNX | |
---|---|
General | |
Author | KranKRival |
Type | Puzzle |
Version | 1.0.0 |
License | MIT License |
Last Updated | 2019/10/03 |
Links | |
Download | |
Website | |
Source | |
Nintendo Switch port of Tetris Clone, made in C using SDL2.
Differences between the Nintendo Switch release and the original source:
- Fixed broken sound / recode from scratch.
- Changed the screen aspects and some values to match the nintendo switch.
- Changed/Added some colors, it was way too colorless.
- Anhanced the controls and added held keys for full Tetris expirience.
- Some code changes and fixes.
- Removed usedless mouse on main screen and replaced with Keys.
- Also Added pause as there was none.
- Complete remove the wraped LOG.
Installation
Extract the zip file to the /switch/ folder on the SD card.
Screenshots