Git Product home page Git Product logo

3DStris MIT C+\+ 11 Azure Pipelines GitHub release downloads CodeFactor Weblate

A Tetris clone for the 3DS.

Development currently paused, project will eventually be rewritten

Downloads

The latest automatically generated stable build can be found here.
Development builds are available as Azure Pipelines artifacts. You can find the latest development build here.
3DStris is also available on TinyDB.
You can view the GitHub release stats here.

Screenshots

Main Menu Sprint Ingame Banner

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 uses Weblate for its translations. Feel free to contribute or view existing translations at the Hosted Weblate instance.

Pre-Weblate integration credits:

License

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

3dstris's Projects

3ds-cmake icon 3ds-cmake

(Deprecated) CMake files for devkitArm, 3DS & GBA homebrew development

lodepng icon lodepng

PNG encoder and decoder in C and C++.

mpack icon mpack

MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]

sds icon sds

Simple Dynamic Strings library for C

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.