Github Repository:
https://github.com/cadevue/WebGL-2D-Editor
I wrote a paper on this:
Access it Here
Description π¨βπ»
Sokobond Solver is a program written in Java intended to solve sokobond puzzle level. Sokobond is a puzzle game that revolves around the concept of chemical bonding. The game is played in a grid-based area where atoms are scattered throughout the environment. The goal is simple: arrange the atoms in such a way that it satisfies the chemical bonding rules. Sokobond game can be accessed from Steam.
How to Run π
-
Visit the GitHub repository and clone the repository:
git clone https://github.com/cadevue/SokobondSolver.git
-
Open a terminal in the application directory and enter the target directory:
cd target
-
Run the program using the following command:
java -jar SokobondSolver.jar
Check out the paper for implementation details.
Contributors π€
Β Addin Munawwar Yusuf (cadevue)