Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)