jsedlacek / sokoban

Sokoban skeleton for coding interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sokoban skeleton for coding interview

The goal of this interview session is to implement Sokoban game. If you are not familiar how the game works you can see live version on sokoban.info.

I don't expect that the result would be a finished game. What I try to evaluate is how people think and what are they able to achieve in limited time.

The repository contains a skeleton of the game in React - JSX markup and CSS styles.

npm install

Installs dependencies of the app.

npm start

Runs the app in the development mode.
Open http://localhost:1234 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

Sokoban skeleton for coding interview


Languages

Language:JavaScript 74.9%Language:CSS 16.5%Language:HTML 5.5%Language:HCL 3.1%