Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imgss/was
a small js game
https://github.com/imgss/was
canvas js13kgames2019
Last synced: about 12 hours ago
JSON representation
a small js game
- Host: GitHub
- URL: https://github.com/imgss/was
- Owner: imgss
- Created: 2016-09-11T00:04:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T03:15:57.000Z (over 3 years ago)
- Last Synced: 2023-02-26T18:32:11.882Z (almost 2 years ago)
- Topics: canvas, js13kgames2019
- Language: JavaScript
- Homepage: https://js13kgames.com/games/wolf-and-sheep/index.html
- Size: 177 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wAs
试玩地址: https://js13kgames.com/games/wolf-and-sheep/index.html
一个益智小游戏,有3个角色:
狼: 可以吃羊
羊: 可以推墙,围住狼
墙: 。。。
## install
```
npm i
npm run dev
```# TODO
- [x] 墙应该推不到狼的位置
- [] 一个狼被围起来时,再生成一个
- [] 重构代码,防止参数写死# lisence
MIT