https://github.com/agateau/ctall
An endless runner: avoid obstacles, catch shiny things.
https://github.com/agateau/ctall
Last synced: 9 months ago
JSON representation
An endless runner: avoid obstacles, catch shiny things.
- Host: GitHub
- URL: https://github.com/agateau/ctall
- Owner: agateau
- License: other
- Created: 2020-06-13T18:31:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T07:01:31.000Z (over 5 years ago)
- Last Synced: 2025-02-13T19:49:53.481Z (11 months ago)
- Language: C++
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Catch Them All (temporary name)

An endless runner: avoid obstacles, catch shiny things.
## Dependencies
- libsdl2
- cmake
## Building
```
git submodule update --init
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local ..
make
make install
```
Start the game with `ctall` (assuming `$HOME/.local/bin` is in $PATH).