https://github.com/technicjelle/chthonic_metal
A very basic turn-based fighting game in SFML, made for my school's C++ course
https://github.com/technicjelle/chthonic_metal
Last synced: 2 months ago
JSON representation
A very basic turn-based fighting game in SFML, made for my school's C++ course
- Host: GitHub
- URL: https://github.com/technicjelle/chthonic_metal
- Owner: TechnicJelle
- Created: 2022-10-14T08:58:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T13:27:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T11:09:52.251Z (4 months ago)
- Language: C++
- Homepage:
- Size: 39.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/readme_assets/CharacterSelectionScreen.png
Awesome Lists containing this project
README
# Chthonic Metal
A very basic turn-based fighting game in SFML, made for my school's C++ course.
#### Final grade: 9.5/10 :D


A video of _just_ the fire simulation in 1080p 60fps: https://youtu.be/XLDmHoZUPjM
[](https://youtu.be/XLDmHoZUPjM)## Used libraries and their versions:
- SFML `sfml-2.5.1-3` (installed with system package manager, so it can't be included in the source code here)
- csv2 [permalink to used version](https://github.com/p-ranav/csv2/blob/a6d77394f308e02443c5501064ea8248471f6d41/single_include/csv2/csv2.hpp)## Special thanks
- The main menu fire: https://fabiensanglard.net/doom_fire_psx/ and https://www.youtube.com/watch?v=6hE5sEh0pwI
- My friends for assisting with some things here and there :D