Skip to content

GoodDays13/cpp-speedrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Speedrunner

A personal project of a game where you can change the speed of time to beat levels quicker

Compile

Dependencies:

  • CMake
  • glslc
  • xxd

Process:

Just the typical process for compiling and installing CMake The default prefix is build/install

mkdir build
cd build
cmake ..
cmake --build .
cmake --install .
install/speedrunner

A speedrunner executable will be in build, but this is an intermediate. The final is in install.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors