Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 746 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 746 Bytes

Sokoban

CircleCI

Sokoban implemented in React Redux.

Running

  • Make sure you have a Redis instance running
  • npm install
  • npm start or
  • npm run build for a production build

Playing

https://sokoban-app.herokuapp.com

  • Press the arrow keys for navigating through the menu and moving the player
  • Press the space bar to enter a menu option
  • Press the B key to go back to a previous screen
  • Press the Z key to undo a single move while playing a level
  • Press the R key to restart a level
  • Press the + or - minus keys to zoom in or out
  • Press the M key to return to the main menu
  • No mouse support!