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

https://github.com/kliu04/tycoon

An online multiplayer representation of the card game Tycoon, or Daifugō.
https://github.com/kliu04/tycoon

card-game game react socket-io typescript

Last synced: 5 months ago
JSON representation

An online multiplayer representation of the card game Tycoon, or Daifugō.

Awesome Lists containing this project

README

          

# Tycoon

An online multiplayer representation of the card game Tycoon, or Daifugō using the Persona 5 Royal Ruleset.

Deployed at https://tycoon-flax.vercel.app/.

# Screenshots

![main screen](demo/demo1.png)
![room create](demo/demo2.png)
![gameplay](demo/demo3.png)

# Local Build

You can use the provided Makefile to install and start both the client and server locally, with `make install` and then `make start`. Must change CORS settings in [`server/index.ts`](https://github.com/kliu04/Tycoon/blob/master/server/index.ts) to `http://localhost:3000`.