created Game class; main.cpp calls the Game class to render the game

This commit is contained in:
2024-12-17 02:41:42 +01:00
parent 6c9fdc5dc7
commit 01804fd008
5 changed files with 110 additions and 21 deletions

6
.gitignore vendored
View File

@@ -14,4 +14,8 @@ Chinczyk188/res/SFML
# EN: Executable created by g++ (mingw).
# PL: Plik wykonywalny tworzony przez g++ (mingw).
output.exe
Chinczyk188/output.exe
Chinczyk188/output.exe
# EN: Don't include include directory with Doxygen documentation.
# PL: Aby nie brać pod uwagę katalogu include z dokumentacją Doxygen.
Chiczyk188/include