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
- Host: GitHub
- URL: https://github.com/spilth/timber
- Owner: spilth
- Created: 2021-02-09T13:43:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T19:37:51.000Z (over 5 years ago)
- Last Synced: 2025-03-13T06:12:51.085Z (over 1 year ago)
- Topics: 2d-game, cpp, sfml, sfml-game
- Language: C++
- Homepage: https://www.packtpub.com/product/beginning-c-game-programming-second-edition/9781838648572
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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