danieldesira / DanielsConnect4

Connect4 implementation in TypeScript ported from JavaScript code written prior to 2013
GNU General Public License v2.0
0 stars 0 forks source link

Network mode: Player names should be replaced by avatar #59

Closed danieldesira closed 10 months ago

danieldesira commented 10 months ago
  1. To retain text for same device mode.
  2. In network mode, fetch the avatars for that player.
  3. Identify and develop the necessary server-side logic.
  4. Avatar should have a green or red border.
  5. Active player indicator should be a x3 - x5 ticker border (border-width) for the network mode avatars.
  6. Make sure to use available Tailwind classes.
danieldesira commented 10 months ago

Change of plan - to retain text alongside avatar. The following points still need to be tackled:

  1. Fix server-side error regarding duplicate game ids.
  2. Complete and verify server avatar logic.
  3. Perform complete test in network mode.
  4. Update changelog.
danieldesira commented 10 months ago

1,2,3 done