Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saber2pr/2048-ioc-typescript


https://github.com/saber2pr/2048-ioc-typescript

2048 canvas ioc typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 2048-ioc-typescript

> 2048 canvas game, use ioc model.

```bash
# from github
git clone https://github.com/Saber2pr/2048-ioc-typescript.git
```

---

## start

```bash
# install the typescript and webpack
npm install
```

```bash
# auto compile to commonjs
npm start

# auto compile to es5
npm run dev

```

> Author: saber2pr

---

## develope and test

> you should write ts in /src

> you should make test in /src/test