SokoFarm is a console-based game where the player moves around a grid, trying to get all the seeds into the storages.
- 100 Unique levels
- Ability to add more levels
- Ability to solo playing
- Self solving using various algorithms (DFS, BFS, UCS, A*, HillClimbing)
- Ability to cancel algorithms execution using CancellationToken
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
- .NET 8 or higher
A step by step series of examples that tell you how to get a development environment running
- Clone the repository
- Navigate to the project directory
- Run
cd src
- Run
dotnet build
to build the project - Run
dotnet run
to start the game
If you like it give it a star ✨✨