# engine Small graphics engine. ## Building ### Dependencies - g++ (GNU C++ Compiler) - GNU autotools - criterion - ncurses - SDL2 ### Actually building While inside the directory containing all files: ./bootstrap.sh ./configure make You can run tests: make check ### Running Usage: ./engine [-htg] [--help] [--term] [--graphical] -h, --help show usage (this) -t, --term terminal mode -g, --graphical graphical mode (default)