To run:
install requirements.txt in /server
- In /server start server.py
- In ws_test run npm i and npm run dev
Build and start server using docker:
- run
docker-compose up
- The app will be hosted on port
8080
Todo
Game actions
- add dice graphics (On going)
- calculate dice probability (done)
Look at other players characters and stats
Character info
- Generate with stable diffusion charactes
Order of actions
- Use saved dice (check db if saved dice exists and if which it is)
- Roll Dice animation
- Save or use Dice (depending on dice)
- One character has the option to take another turn. Needed to be added
Implement Character powers
- Add a button (Use Character powers), add boolean in db "powerUsed"