This is a clone of the awesome card game "Lost Cities". I wrote it for fun and to practice with React and JS.
- Set up SocketIO multiplayer
- Better layout without dev console
- Info panel w/ good looking error box and more.
- Set up end of game messages
- Add Rules
- Better Lobby with player auth
- Figure out how to reset server when a new game is created
- New game flow
- Style game setup flow
- Add the ability for someone to set their name and declare themselves ready
- Play again flow
- [] Typescript all the things
- [] Cleanup code
- [] Fix Heroku Deploy
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs a node server and serves up the game.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.