Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 469 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 469 Bytes

pong_macroquad

A Pong game written in Rust using the Macroquad library.

Game modes

  • One Player : Play against the bot
  • Two Player : Play against a human
  • Hidden : Play against the bot but you can't see its side of the screen

Commands

  • Move Player 1's paddle upwards : Up
  • Move Player 1's paddle downwards : Down
  • Move Player 2's paddle upwards : Kp8
  • Move Player 2's paddle downwards : Kp2
  • Change game mode : Space