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

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++

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.