This game is based off of Touhou Project by Team Shanghai Alice.
To run this project, you're going to need:
- Windows operating system (we use dlls)
- make
- clang
- c++ std libraries (clang doesn't have them by default)
make / make output
to compilemake run
to runmake clean
to delete the obj files and the buildmake build_and_run
to compile and then runmake all
to compile without using .o files
We are aware that the game is buggy and not finished, but for sake of our own sanity we don't plan on fixing it anymore. More info can be found here.