Skip to content

KBOX1234/Super-Tux-Fighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super-Tux-Fighter

A game I worked on in middle school for about a year. I didn't know what pointers where so the code looks kinda convoluted in some places. This was my first time working on a large scale project.

building on linux

g++ main.cpp -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 -o STF -Wwrite-strings -Wnarrowing -std=c++17
g++ -o settings settings.cpp -lX11 -lGL -lpthread -lpng -lstdc++fs -std=c++17

building on windows

g++ -o settings.exe settings.cpp -luser32 -lgdi32 -lopengl32 -lgdiplus -lShlwapi -ldwmapi -lstdc++fs -static -std=c++17
g++ main.cpp -o stf.exe -std=c++17 -lraylib -lopengl32 -lgdi32 -lwinmm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published