cflip / Nonortho

An isometric tile game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nonortho

Nonortho is a WIP transport tycoon style isometric tile game.

Build Instructions

First, clone the repository and use CMake to generate project files for your system. It is recommended that you create a build directory for CMake to generate build files into.

git clone https://github.com/cflip/Nonortho
cd Nonortho
git submodule init
git submodule update
mkdir build && cd build
cmake ../

You can then use the generated project files to compile Nonortho.

About

An isometric tile game


Languages

Language:C++ 95.8%Language:CMake 4.2%