This project is written in C++ and involves solving 3 sub-problems of the 'Płaszczaki' world. The problems and their respective solutions will be described in the documentation.
- C++ Compiler (GCC recommended, version 11 or higher),
- SFML library.
- Clone the repository to your local machine,
- Navigate to the project directory,
- Run and compile the code (Windows):
.\build1.bat [|debug|test]
.\build2.bat [song.txt] [words.txt]
.\build3.bat
- Run and compile the code (Linux/MacOS):
./build1.sh [|debug|test]
./build2.sh [song.txt] [words.txt]
./build3.sh
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.