An open API service indexing awesome lists of open source software.

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.

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