Skip to content

ThomasNotTom/alpha-game-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpha Game Engine

Build

CMake

mkdir temp
cd temp
cmake ..
make
../bin/alpha

Running tests

Find the latest Catch2 release, and download both amalgamation files (.hpp and .cpp) and place them in /alpha/tests/

cd tests
wget {catch_amalgamated.cpp} .
wget {catch_amalgamated.hpp} .

Then to run the tests, build with -DBUILD_TEST=ON, then run /alpha/bin/runTests

cd temp
cmake .. -DBUILD_TESTS=ON
make
../bin/runTests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors