More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/3DStris.jpeg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/3DStris.jpeg|250px | ||
| type = Other Games | | type = Other Games | ||
| version = 1.6. | | version = 1.6.9 | ||
| licence = Mixed | | licence = Mixed | ||
| author = 3DStris | | author = 3DStris | ||
| website = https://github.com/3DStris/3DStris | | website = https://github.com/3DStris/3DStris | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/3DStris- | | download = https://dlhb.gamebrew.org/3dshomebrew/3DStris-v1.6.9.7z | ||
| source = https:// | | source = https://github.com/3DStris/3DStris | ||
}} | }} | ||
<youtube>VTxiIS4WiBs</youtube> | <youtube>VTxiIS4WiBs</youtube> | ||
= 3DStris = | == 3DStris == | ||
A Tetris clone for the 3DS. | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrew/mainmenu.png | |||
https://dlhb.gamebrew.org/3dshomebrew/banner.png | |||
https://dlhb.gamebrew.org/3dshomebrew/ingame.png | |||
https://dlhb.gamebrew.org/3dshomebrew/sprint.png | |||
== Building== | == Building== |
Revision as of 03:26, 31 August 2021
3DStris
A Tetris clone for the 3DS.
Screenshots
Building
Setup
For building you’ll need to set up devkitPro and you’ll need to have the following tools in your PATH:
Make sure to clone recursively (required for third-party libs, check external/):
git clone --recursive https://github.com/3DStris/3DStris # If you've already cloned without --recursive, do: git submodule update --init
Commands
On Windows, the following commands should be run in the devkitPro shell (devkitPro/msys2/usr/bin/bash.exe).
cmake -G "Unix Makefiles" -S . -B build cmake --build build # or if your CMake version isn't new enough mkdir build && cd build cmake -G "Unix Makefiles" .. make
Resulting binaries can be found in build/bin/.
Translation
3DStris currently has translations available for the following languages:
- English
- Bulgarian by [[@geniiii|https://github.com/geniiii[@geniiii]]]
- German by [[@itsdavvid|https://github.com/itsdavvid[@itsdavvid]]]
- Polish by [[@itsdavvid|https://github.com/itsdavvid[@itsdavvid]]]
- (Brazilian) Portuguese by [[@matcool|https://github.com/matcool[@matcool]]]
- Russian by [[@oatmealine|https://github.com/oatmealine[@oatmealine]]]
- Japanese by [[@Epicpkmn11|https://github.com/Epicpkmn11[@Epicpkmn11]]]
- Macedonian by [[@geniiii|https://github.com/geniiii[@geniiii]]]
- French by [[@badablek|https://github.com/badablek[@badablek]]]
- Danish by [[@AlbertCoolGuy|https://github.com/AlbertCoolGuy[@AlbertCoolGuy]]]
License
Distributed under the MIT license. See the accompanying LICENSE file for more information.