summaryrefslogtreecommitdiff
path: root/README.md
blob: 1c5c7655e0d31e2c65d39198ce993e75b7415af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Nonortho
[Nonortho](https://cflip.net/projects/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.
```sh
git clone https://github.com/cflip/Nonortho
cd Nonortho
git submodule update
mkdir build && cd build
cmake ../
```
You can then use the generated project files to compile Nonortho.