Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whxaxes/slither
slither.io imitation
https://github.com/whxaxes/slither
game slither typescript
Last synced: 12 days ago
JSON representation
slither.io imitation
- Host: GitHub
- URL: https://github.com/whxaxes/slither
- Owner: whxaxes
- Created: 2016-04-23T15:00:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T03:42:02.000Z (over 6 years ago)
- Last Synced: 2024-10-17T11:42:08.024Z (26 days ago)
- Topics: game, slither, typescript
- Language: TypeScript
- Homepage: http://whxaxes.github.io/slither/dist/
- Size: 746 KB
- Stars: 168
- Watchers: 18
- Forks: 72
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slither
`slither.io` imitation, just for fun ~o(〃'▽'〃)o
## Preview
> Server side is unsupported yet, it is still a single game now!!!
[http://whxaxes.github.io/slither/dist](http://whxaxes.github.io/slither/dist/)
## Installation
```
npm install
```## Develop
```
npm run dev
```## Tutorial
- [仿造slither.io第一步:先画条蛇](https://github.com/whxaxes/blog/issues/1)
- [仿造slither.io第二步:加个地图,加点吃的](https://github.com/whxaxes/blog/issues/2)