Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.37 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.37 KB

Lost Summits

This is a clone of the awesome card game "Lost Cities". I wrote it for fun and to practice with React and JS.

Still ToDo

  • 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

Available Scripts

In the project directory, you can run:

npm start

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.

npm run serve

Runs a node server and serves up the game.

npm run build

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.