tara-nguyen / pygame-football

Python code for a mini-game of football/soccer
0 stars 1 forks source link

Ideas for further development of the game #1

Open tara-nguyen opened 4 years ago

tara-nguyen commented 4 years ago
tara-nguyen commented 4 years ago

Goalkeeper added but right now he just stands still and the ball can go past him without stopping.

Next steps:

tara-nguyen commented 4 years ago

Goalkeeper added but right now he just stands still and the ball can go past him without stopping.

Next steps:

  • [x] Make the ball stop when it runs into the goalkeeper.
  • [x] Enable the goalkeeper to kick the ball back to the striker.
  • [x] Make the goalkeeper move across the goal posts.

Further step:

tara-nguyen commented 4 years ago

Next step:

tara-nguyen commented 4 years ago

Next step:

  • [ ] Make player stop when he runs into either another player or the goal posts
  • [x] Allow keypresses for player movements while ball is moving

For now the player can only move straight up/down/left/right. More work is needed to allow diagonal and circular movements while the ball is moving.

tara-nguyen commented 4 years ago

Final step in branch enhance-movement-control: