/StackMill

A clone of the mill game for Nintendo 3DS.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

StackMill


A clone of the mill game for Nintendo 3DS.

This is just a simple The Mill game clone i created for Nintendo 3DS, because i haven't found one yet and thought, why not.

The name StackMill is basically just a mix from my name Stack(Z) and Mill, hence -> StackMill.

You can read more about that game on the wikipedia page here.

Features

StackMill includes the following features right now:

  • Select a color from 10 for the Stones from Player 1, Player 2 and a highlighted color for possible plays.

  • Multi Language support. Currently supporting English, German and Japanese.

  • Importing / Exporting the current match's data, so you can save important matches whenever you want and load them whenever you want.

  • Play together with a friend on a single console, with a random Computer / AI or with a 50:50 Computer / AI. The random AI is enabled by default, so if you want to play with a friend, disable it in the second tab Settings -> Game Settings, so that Computer Opponent has the Red Stone.

Game Data Structure

You want to learn more about the GameData Structure? Then checkout the GameDataStructure.

Screenshots

Screenshots

Credits Tab

Game Tab

Rules

Settings Tab

Splash

Compilation

Setting up your environment

To build StackMill from source, you will need to install devkitARM, libctru, citro2d and citro3d. Follow devkitPro's Getting Started page to install pacman, then run the following command to install everything you need:

(sudo dkp-)pacman -S 3ds-dev

(The sudo dkp- may not be needed depending on your OS).

You will also need bannertool and makerom in your PATH.

Cloning the repository

To download the source you will need to clone the repository with submodules, this can be done by running:

git clone --recursive https://github.com/SuperSaiyajinStackZ/StackMill.git

If you've already cloned it, you can use the following command to update all of the submodules:

git submodule update --init --recursive

Building

Once you've cloned the repository (with submodules), simply run make in the 3DS directory. You will find StackMill.cia and StackMill.3dsx inside the 3DS directory and you can run the 3dsx version from the Homebrew Launcher and or install the cia with FBI for the HOME Menu.

Credits

Main Developer

Others

Translators