Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

3DStris 3DS: Difference between revisions

From GameBrew
m (Text replacement - "| licence" to "| license")
No edit summary
Line 1: Line 1:
{{Infobox 3DS Homebrews
{{Infobox 3DS Homebrews
| title = 3DStris
|title=3DStris
| image = 3DStris.jpeg|250px
|image=3DStris.jpeg
| type = Other Games
|description=A Tetris clone for the 3DS.
| version=1.6.9
|author=3DStris
| lastupdated = 2020/06/07
|lastupdated=2020/06/07
| license = MIT
|type=Other Games
| author = 3DStris
|version=1.6.9
| website = https://github.com/3DStris/3DStris
|license=MIT
| download = https://dlhb.gamebrew.org/3dshomebrew/3DStris-v1.6.9.7z
|download=https://dlhb.gamebrew.org/3dshomebrew/3DStris-v1.6.9.7z
| source = https://github.com/3DStris/3DStris
|website=https://github.com/3DStris/3DStris
|source=https://github.com/3DStris/3DStris
}}
}}
<youtube>VTxiIS4WiBs</youtube>
<youtube>VTxiIS4WiBs</youtube>

Revision as of 12:05, 29 October 2021

3DStris
File:3DStris.jpeg
General
Author3DStris
TypeOther Games
Version1.6.9
LicenseMIT License
Last Updated2020/06/07
Links
Download
Website
Source

3DStris

A Tetris clone for the 3DS.

Screenshots

  • mainmenu.jpg
  • sprint.jpg
  • banner.jpg
  • ingame.jpg

Building

Setup

For building you’ll need to set up devkitPro and you’ll need to have the following tools in your PATH:

CMake >= 3.12

bannertool

makerom

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:

License

Distributed under the MIT license. See the accompanying LICENSE file for more information.

Advertising: