nataliavelez / playable_lines

0 stars 0 forks source link

Game front-end #1

Open nataliavelez opened 3 months ago

nataliavelez commented 3 months ago

Description: As a player, when I play the game I should see (1) the map layout (including uncrossable tiles and source/target tiles), (2) my character's position (with a highlight to distinguish it from other players), (3) everyone else's characters and their positions, (4) who's carrying water, and (5) animations when players move and load/unload water.

Status: So far, we've implemented the frontend for a single-player game. When a player signs on, they can see the map, their own character, and visual indicators for actions. We still need to integrate this with the multiplayer functionality to simultaneously show other players and update animations accordingly.

Todo: Single-player functionality:

Multiplayer functionality:

WhiteJP commented 2 months ago

Most of this is now done. See multiplayer branch :)

WhiteJP commented 1 month ago

Rest of this is now done, see multi-round branch :)