Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbours committed Dec 17, 2023
1 parent c1ff26d commit 08b869d
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,23 @@

## Required

- Restore level loading
- Orchestrate efficiently the transition between the menu, the game, the state on the server, the connection, etc
- Fix responsive menu this last changes
- Orchestrate efficiently the transition between the menu, the game, the state on the server, the connection, etc => tout en sommes

### Menu

- Ensure all click action on menu are on buttons element to maximize browser compatibility
- Fix responsive menu with last changes

### Game

- Indicate where you team mate is in a game, and add possibility to call your friend in a direction somehow
- Restore level loading
- Display a message if your team mate disconnect => manage the behavior if its happening during the game

## Nice to have

- Install react plugin eslint hook rules check
- Indicate total number of player online at the moment. Curve fever style
- On menu queue scene, provide a button to change side / level
- Add information in the menu about the server state
- Estimated waiting time
Expand All @@ -22,3 +32,7 @@
- Check to optimize / improve the shadow player shader
- Lint front
- Game state can be optimized about door management

## To fix

- manage disconnect event while in game

0 comments on commit 08b869d

Please sign in to comment.