Files
scrabble-online/TODO
2021-04-19 02:23:10 +01:00

41 lines
1.1 KiB
Plaintext

# Long term
[ ] Add support for sharding / load balancing with Nginx
[ ] Use a database lol
[ ] Lobby discovery system to find and join "public" lobbies
→ Matchmaking
# Short term, coursework scope
[ ] Translate
✔ Portuagese (Ines) @done(21-04-11 01:03)
→ Update with new locales
✔ Spanish (Ines) @done(21-04-11 01:03)
→ Update with new locales
→ French (Alexendro)
→ Czech (Mikdore)
✔ Sort out how intents work in game transitioning @done(21-04-12 21:09)
[ ] Lobbying logic
✔ Create, join, delete and leave lobbies @done(21-04-12 20:51)
→ Make lobbies publically discoverable on a list
[ ] Dictionary
→ Find appropriate scrabble dictionary for
✔ Portuagese @done(21-04-19 02:10)
✔ Spanish @done(21-04-19 02:10)
✔ French @done(21-04-19 02:10)
→ Czech
→ Optimise! n-ary tree
[ ] Game logic
→ Game creation
✘ Singleplayer game logic - OUT OF SCOPE @cancelled(21-04-11 01:04)
✘ AI CPU player @cancelled(21-04-11 01:07)
[ ] Code
→ Refactor to code portsoc eslint
→ Refactor game client