Skip to content

tamht298/sokoban

Repository files navigation

Sokoban

Sokoban (倉庫番, sōko-ban, "warehouse keeper") is a puzzle video game in which the player pushes crates or boxes around in a warehouse, trying to get them to storage locations. (Wikipedia)

GitHub issues GitHub forks GitHub license Twitter tweet

This game makes you relaxes and improves your brain's logic. Preview image

Development setup

Use the terminal on your OS and clone this project.

git clone https://github.com/tamht298/sokoban.git

Release History

  • 0.0.2

    • CHANGE: Update README.md
  • 0.0.1

    • Work in progress

Meta

Thanh Tam Huynh – @httam298tamht298@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/tamht298/sokoban

Contributing

  1. Fork it (https://github.com/tamht298/sokoban/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -m 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request