https://github.com/benjaminhalko/twilight-tempo-cpp
A version of Twilight Tempo programmed in C++
https://github.com/benjaminhalko/twilight-tempo-cpp
cpp sfml
Last synced: 8 months ago
JSON representation
A version of Twilight Tempo programmed in C++
- Host: GitHub
- URL: https://github.com/benjaminhalko/twilight-tempo-cpp
- Owner: BenjaminHalko
- Created: 2024-03-07T06:06:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T02:36:19.000Z (almost 2 years ago)
- Last Synced: 2025-05-12T02:17:48.088Z (8 months ago)
- Topics: cpp, sfml
- Language: C++
- Homepage:
- Size: 4.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twilight Tempo C++
A port of [Twilight Tempo](https://benjamin-halko.itch.io/twilight-tempo) created in C++ using the SFML library.
## Building
### Building with Visual Studio
- Clone the repo
- Open the folder in VS
- Wait for CMAKE to generate the build files
- Under the run dropdown with the green arrow, select `bin/Twilight_Tempo.exe`
### Building for Linux
- SFML requires [these dependencies](https://www.sfml-dev.org/tutorials/2.6/compile-with-cmake.php#installing-dependencies) in order to build.