Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js13kgames/sobanko
Sobanko - a js13kGames 2015 competition entry by @fatfisz.
https://github.com/js13kgames/sobanko
2015 competition desktop game html5 javascript js13k js13kgames js13kgames2015 mobile optimization reversed touch
Last synced: 3 months ago
JSON representation
Sobanko - a js13kGames 2015 competition entry by @fatfisz.
- Host: GitHub
- URL: https://github.com/js13kgames/sobanko
- Owner: js13kGames
- Fork: true (fatfisz/sobanko)
- Created: 2015-09-10T09:09:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T00:19:58.000Z (over 9 years ago)
- Last Synced: 2024-09-25T17:49:27.008Z (3 months ago)
- Topics: 2015, competition, desktop, game, html5, javascript, js13k, js13kgames, js13kgames2015, mobile, optimization, reversed, touch
- Language: JavaScript
- Homepage: https://js13kgames.com/entries/sobanko
- Size: 200 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sobanko
![Sobanko](https://raw.githubusercontent.com/fatfisz/sobanko/master/big.png)
This is my entry for the [js13kGames competition](http://2015.js13kgames.com/).
The game is a little homage to Sokoban, one of my favourite games from the time I was about 2 years old.
The main difference is that the game is reversed - you now have to pull the boxes instead of pushing them.
This means that Sobanko, although similar to Sokoban, is quite a different game; some positions possible to obtain in one game are impossible in another.[You can play the game here thanks to the GitHub Pages](http://fatfisz.github.io/sobanko/).
## Requirements
The project requires [Node.js](https://nodejs.org/) and npm (comes with Node.js) to be installed.
## Installing
Run `npm install` in the project directory to install all needed packages.
## Grunt commands
Each command generates some files in the `build` directory.
`index.html`, `bundle.css`, and `bundle.js` from that directory are needed for the game to run.`grunt` or `grunt run-dev` will start watchers which will rebuild the development version of the project after changes.
`grunt build-dev` builds the development version of the project.
`grunt build-prod` builds the "production" version of the project - the resulting files were used for the entry.