# engine Small graphics engine. ## Building ### Dependencies - g++ (GNU C++ Compiler) - GNU autotools - criterion - ncurses - SDL2 ### Actually building While inside the directory containing all files: autoreconf -i ./configure make You can run tests: make check ### Running Usage: ./engine