This repo contains two projects: Demonchime and Teensy. Teensy is a game engine/game framework built with Demonchime in mind. Its primary features are a software renderer and a platform abstraction. With these two features, the game should be able to be ported to basically any platform I want it to run on, just so long as it meets the minimum specs. Demonchime is a game that I'm still working out the details of. It is currently not in development as Teensy is not at a stage where it can be used to make Demonchime. The working idea of Demonchime is that it's a combat-focused metroidvania. == Compiling == Currently only compiles on Linux. You may be able to get it to compile on Windows with some effort. To build, first compile GLFW. Then, run this in the root directory of the project: $ ./build.sh It will output an executable called `demonchime'.