aQomRzK_460svav1.mp4
This repo is managed by Turborepo
Clone the repo and install dependencies by running yarn
command in the root of the project
To start developing run yarn dev
in the root of the project, this will run dev
script in all apps
Turborepo utilizes workspaces, add new dependency by running yarn workspace {app/package name} add {npm-package-name}
ex. yarn workspace web add react-icons
To use internal package add it as a dev/dependency in app/package package.json
// ex. web/package.json
{
"dependencies": {
"tsconfig": "*"
}
}
- i18n
- AI
- smarter AI, possibly with adjustable difficulty
- fake AI players in online mode
- make sure game looks good on mobile devices
- we could not send whole game state on each player move
- backend tests
- dockerization of apps
- deployment on AWS
- mobile app (React Native)