This project is a React-based single-page-app that provides a playing board for the boardgame TAC.
The backend for the application is a serverless application based on AWS SAM, Amazon API Gateway and DynamoDB.
The application only simulates the board and marbles for the TAC-game. The application was developed during the Corona-Crisis to facilitate playing TAC remotely via video-conferencing tools. Each party should own a separate set of cards for a fluent playing experience. Exchange of cards can be handled using messenger-apps and post-its to note the new value of swapped cards.
The game synchronises the state of the game via websocket-messages.
Game-states can be retrieved under a user-defined identifier and are cleared after one week.
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.
Pushes the content of the build-folder to an S3-bucket which should be configured for static website hosting.
This project was bootstrapped with Create React App.