bengee308 / unstable-unicorns

Online version of unstable unicorns card game built using React, Redux and Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unstable Unicorns Online

Online multiplayer implementation of Unstable Unicorns card game using React, Redux, and Firestore.

Current functionality:

  • Create a game room and join an existing game room
  • Each player in a game room sees a consistent and real-time view of the total game state
  • On their turn, a player can draw a card and end their turn. The next player can then make his move.
  • New players can join an ongoing game

Check back here for more updates coming soon!

Setup

In the project director, run npm install to install project dependencies.

Then, run npm start. Open http://localhost:3000 to view the app in a browser.

About

Online version of unstable unicorns card game built using React, Redux and Firebase


Languages

Language:JavaScript 87.6%Language:HTML 8.1%Language:CSS 4.4%