Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saber2pr/2048-ioc-typescript
- Owner: Saber2pr
- Created: 2019-01-28T14:09:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T06:29:02.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T00:35:02.386Z (3 months ago)
- Topics: 2048, canvas, ioc, typescript
- Language: TypeScript
- Homepage: https://saber2pr.github.io/2048-ioc-typescript/index.html
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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