https://github.com/runvs/trickytractor
A game made for Franken Game Jam 2020
https://github.com/runvs/trickytractor
2d fgj2020 game gamejam
Last synced: 3 months ago
JSON representation
A game made for Franken Game Jam 2020
- Host: GitHub
- URL: https://github.com/runvs/trickytractor
- Owner: runvs
- Created: 2020-11-06T21:36:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T16:36:31.000Z (over 4 years ago)
- Last Synced: 2025-01-09T11:39:07.051Z (4 months ago)
- Topics: 2d, fgj2020, game, gamejam
- Language: C++
- Homepage: https://itch.io/jam/franken-game-jam-2020/entries
- Size: 59.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JamTemplateCppSFML
## Setup
1. go to ext folder and extract sfml-zip
2. create build directory "build" parallel to src
3. open command line (win+r "cmd")
4. navigate to the just created build folder
5. type "cmake ../"
6. For x86, use the win32 zip from the sfml website and use "cmake -A Win32 ../"
For mac os you have to install cmake and sfml via homebrew: `brew install cmake sfml`
If you use another package manager or want to install the dependencies yourself, you have to modify the paths in `CMakeLists.txt`.