StefanoFrazzetto / SokobanFX

JavaFX implementation of Sokoban.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SokobanFX

From Wikipedia:

"Sokoban is a type of transport puzzle, in which the player pushes boxes or crates around in a warehouse, trying to get them to storage locations. The puzzle is usually implemented as a video game. Sokoban was created in 1981 by Hiroyuki Imabayashi, and published in 1982 by Thinking Rabbit, a software house based in Takarazuka, Japan."

About this project

I created this game as part of my Object-Oriented Analysis and Design course. I initially coded it using Java Swing for the GUI,but soon after I decided to recreate it using JavaFX, just for the sake of learning how to use it.

Contributing

Thanks for considering contributing to this project! Feel free to open a pull request if you find a bug or if you want to add a new feature.

License

This open-sourced software is licensed under the GNU GPLv3 license.

About

JavaFX implementation of Sokoban.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%