Skip to content

AstralShadow/time_loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Loop Duel

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.

Building

Dependencies:

  • C++17 compatible compiler (g++ is set in makefile)
  • libSDL2

Linux

$ git clone https://github.com/AstralShadow/time_loop.git
$ cd time_loop
$ make -j$(nproc)
$ make run

Web (Emscripten)

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

Windows and other

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.

About

An entry for Linux Game Jam 2023

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors