Skip to content

A Pong game written in Rust using the Macroquad library

License

Notifications You must be signed in to change notification settings

Gvico/pong_macroquad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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