Odin94 / Cultivation

Playing around with C++ and SFML, somewhat inspired by Civ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cultivation

This is an old game project I wrote during university for fun and practice.

Dependencies

These instructions are made for building on Windows 11. They likely work on other Windows versions as well.

Unpack the 64bit version (has to match your mingw installation) of the following dependencies into C:\mingw_dev_lib

Install mingw and make, run make in the base folder of this repository to build.

  • choco install mingw
  • choco install make

About

Playing around with C++ and SFML, somewhat inspired by Civ


Languages

Language:C++ 95.1%Language:Makefile 3.1%Language:C 1.8%