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ō.
- Host: GitHub
- URL: https://github.com/kliu04/tycoon
- Owner: kliu04
- License: agpl-3.0
- Created: 2024-02-02T17:10:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T21:11:56.000Z (over 1 year ago)
- Last Synced: 2025-01-04T18:27:47.506Z (over 1 year ago)
- Topics: card-game, game, react, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 925 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



# 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`.