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

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.

Awesome Lists containing this project

README

          

# Catch Them All (temporary name)

![Screenshot](screenshot.png)

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).