Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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