Initial commit, add basic project files and an instruction on how to install SFML.

This commit is contained in:
2024-12-08 02:17:49 +01:00
commit 2a6459645c
9 changed files with 932 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# EN: The following is a list of files/catalogues, which should be ommited from commiting to the git repository.
# PL: W tym pliku zawarta została lista plików/ścieżek, które powinny zostać pominięte w commitach do repozytorium git.
# EN: Visual Studio-related directories.
# PL: Katalogi związane z Visual Studio.
.vs
x64
Chinczyk188/x64
# EN: SFML should be installed by the user.
# PL: SFML powinien zostać zainstalowany przez użytkownika.
Chinczyk188/res/SFML
# EN: Executable created by g++ (mingw).
# PL: Plik wykonywalny tworzony przez g++ (mingw).
output.exe