Sokoban implemented in React Redux.
- Make sure you have a Redis instance running
npm install
npm start
ornpm run build
for a production build
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!