Online multiplayer implementation of the card game. Made for fun as a side project to learn react and redux.
Many thanks to this great tutorial !
Definitely not bug free ! Player beware. Still fun though. PRs welcome.
The game is hosted on https://cards.limbocitizen.com/.
- Start a rethinkdb (using docker maybe)
- Fill out the relevant .env files
- And then:
# In ~ npm i # In neumeumeu-server npm start # In neumeumeu-client npm start
Enjoy !