Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mersocarlin/connect-4
connect-4 using ReactJS and PIXI.js
https://github.com/mersocarlin/connect-4
Last synced: 1 day ago
JSON representation
connect-4 using ReactJS and PIXI.js
- Host: GitHub
- URL: https://github.com/mersocarlin/connect-4
- Owner: mersocarlin
- License: mit
- Created: 2016-01-04T20:06:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T14:21:22.000Z (almost 9 years ago)
- Last Synced: 2024-04-24T10:07:09.202Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 407 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# connect-4
This is a simple implementation of connect-4 game using ReactJS and Pixi.js.
## Features
* [x] ReactJS and Webpack
* [x] Redux state container
* [x] Pixi.js## How to run?
```
npm install
npm run dev
```Access [http://localhost:8080](http://localhost:8080) and have fun ;)