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

https://github.com/spilth/timber

Timber!!! from Beginning C++ Game Programming
https://github.com/spilth/timber

2d-game cpp sfml sfml-game

Last synced: 9 months ago
JSON representation

Timber!!! from Beginning C++ Game Programming

Awesome Lists containing this project

README

          

# Timber!!!

## Compiling and Running

To compile and run the game:

```bash
$ mkdir cmake-build-debug
$ cd cmake-build-debug
$ cmake ..
$ cmake --build .
$ cd ..
$ ./cmake-build-debug/timber
```

## Controls

- Return to Start
- Left/Right Arrows to chop tree on that side
- Escape to Quit