https://github.com/pap-stavros/reactiontime-cpp
A simple reaction time measurement game with C++ and Raylib.
https://github.com/pap-stavros/reactiontime-cpp
cpp raylib raylib-cpp
Last synced: 5 months ago
JSON representation
A simple reaction time measurement game with C++ and Raylib.
- Host: GitHub
- URL: https://github.com/pap-stavros/reactiontime-cpp
- Owner: pap-stavros
- License: mit
- Created: 2025-04-29T01:47:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-29T03:15:21.000Z (11 months ago)
- Last Synced: 2025-07-23T01:42:12.346Z (8 months ago)
- Topics: cpp, raylib, raylib-cpp
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reaction time with C++/Raylib
A simple reaction time measurement game I made for practice.
## Building from Source
### Prerequisites
- a C++ compiler, i guess
- [Raylib](https://www.raylib.com/)
### Compilation
#### Linux/macOS:
```bash
g++ -o build t.cpp -lraylib -lm -lpthread -ldl -lX11
```
#### Windows (MinGW):
```bash
g++ -o build.exe t.cpp -lraylib -lopengl32 -lgdi32 -lwinmm
```
## Stuff
- Built with [Raylib](https://www.raylib.com/)
- Inspired by sleep deprivation