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.
You can download pre-built binaries from the itch.io page. Alternatively, you can build it yourself if you want to make changes.
- Ensure you have a C compiler, git, CMake, and any raylib dependencies installed.
- Clone this repo or download it.
git clone https://github.com/fenixthexd/reaction-aim.git
- Configure the CMake project.
cmake -B build -DCMAKE_BUILD_TYPE=Release
- Compile the program.
cmake --build build
- Finally, run the compiled program at
build/.
./build/reaction_aim