Skip to content

fenixthexd/reaction-aim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reaction Aim

Reaction Aim is a minimalist arcade game and reaction trainer made with raylib. I do not intend it as an advance tool as this is just a side project of mine.

Installation

You can download pre-built binaries from the itch.io page. Alternatively, you can build it yourself if you want to make changes.

Building from Source

  1. Ensure you have a C compiler, git, CMake, and any raylib dependencies installed.
  2. Clone this repo or download it.
git clone https://github.com/fenixthexd/reaction-aim.git
  1. Configure the CMake project.
cmake -B build -DCMAKE_BUILD_TYPE=Release
  1. Compile the program.
cmake --build build
  1. Finally, run the compiled program at build/.
./build/reaction_aim

About

A simple arcade game and reaction trainer built with raylib

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors