Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 ;)