Skip to content

Electro-Corp/Disunited-States-of-America

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disunited States of America

A real time stratagy game about the Union.

Explores the question that absolutely no one is asking:

What if every state seceded from the Union at the same time? Just for funzises?

Pre-Reqs

  • a modern-ish c++ compiler that supports "#pramga"
  • SFML
  • Lua 5.1
  • LuaBridge
  • jsoncpp
  • cmake

Build

To build, create a empty build directory:

mkdir build

Then, go into it and run cmake:

cd build
camke ../

Then, compile and run!

make
./DSA

ToDO:

  • make scene system better
  • make scripts tied to scenes
  • music/audio manager