Skip to content

lelMike/plaszczaki

Repository files navigation

Płaszczaki

Description

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.

Installation

Prerequisites (tested on Windows, should work on Linux and MacOS)

  • C++ Compiler (GCC recommended, version 11 or higher),
  • SFML library.

Steps

  1. Clone the repository to your local machine,
  2. Navigate to the project directory,
  3. Run and compile the code (Windows):
.\build1.bat [|debug|test]
.\build2.bat [song.txt] [words.txt]
.\build3.bat
  1. Run and compile the code (Linux/MacOS):
./build1.sh [|debug|test]
./build2.sh [song.txt] [words.txt]
./build3.sh

Documentation

Documentation link

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Authors

License

MIT