This is an implementation of the well-known ludo game using C++ and SFML
- play alone with computer (2 different AI strategies)
- play with up to 3 friends in hot-seat mode
- browse stats of every user - let's see who's the best!
First you have to install SFML libraries using the following command:
sudo apt-get install libsfml-dev
Then download this repository and compile using make
command. Now you can run game using ./ludo-game
Implementacja gry chińczyk w C++ z użyciem biblioteki SFML
- zagraj w trybie jednoosobowym z komputerem (2 różne strategie SI)
- zaproś do 3 trzech znajomych do gry w trybie "gorącego krzesła"
- przeglądaj statystyki każdego użytkownika - sprawdźmy kto jest najlepszy!
Najpierw należy zainstalować biblioteki SFML poleceniem:
sudo apt-get install libsfml-dev
Następnie pobierz to repozytorium i skompiluj program poleceniem make
. Teraz możesz uruchomić grę̣ poleceniem ./ludo-game