Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 577 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 577 Bytes

RandGame

Random Game Starter

At the moment all it does is spits out crap to the console

Requirements

  • Clang 5+
  • Boost 1.55+
  • C++11
  • SFML

Libraries

  • libSQLite: SQLite itegration
  • libGameLibrary: So that we can specify seperate libraries for game rather than modify
  • libNordicOS: OS specific operations and processes
  • libValkyrie: Valkyrie Engine, mostly a wrapper so that backends can be changed easily

IDE Support

XCode built in

Run

Run build.sh

Build Directory

There is now a build directory where libraries, gamefiles and binaries go