https://github.com/timvw/sokoban
testjs
https://github.com/timvw/sokoban
Last synced: 3 months ago
JSON representation
testjs
- Host: GitHub
- URL: https://github.com/timvw/sokoban
- Owner: timvw
- Created: 2013-01-30T21:01:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:25:10.000Z (over 1 year ago)
- Last Synced: 2025-01-01T12:22:31.212Z (5 months ago)
- Language: JavaScript
- Size: 2.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
_ _ _ _ _
| |_ ___ ___| |_ (_)___ ___ ___ | | _____ | |__ __ _ _ __
| __/ _ \/ __| __|| / __| _____ / __|/ _ \| |/ / _ \| '_ \ / _` | '_ \
| || __/\__ \ |_ | \__ \ |_____| \__ \ (_) | < (_) | |_) | (_| | | | |
\__\___||___/\__|/ |___/ |___/\___/|_|\_\___/|_.__/ \__,_|_| |_|
|__/The purpose of this repository is to capture my experiments with JavaScript development
The code currently has:
* an implementation of the Sokoban game as a JQuery plugin
* a set of tests that can be run with Mocha