The enemy brought a knife in a gunfight.
It's a time loop. In your favor.
But can you survive 3 duels?
Play at itch.io.
Dependencies:
- C++17 compatible compiler (g++ is set in makefile)
- libSDL2
$ git clone https://github.com/AstralShadow/time_loop.git
$ cd time_loop
$ make -j$(nproc)
$ make run
Install and prepare the Emscripten SDK. Use make with makefile_ems to compile the game.
$ git clone https://github.com/AstralShadow/time_loop.git
$ cd time_loop
$ make -j ${nrpoc} -f makefile_ems
Host bin_ems and open index.html in browser.
$ cd bin_ems
$ python -m http.server
The game should work on any system supported by SDL2. If that's not the case, open an issue or a pull request.
To compile the game you will have to
Setup SDL
and add all .cpp files in src/ to your IDE of choice.