Robby-cell / pong

pong made with piston in rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pong

pong made with piston in rust!

  • todo: add sound

Game runs how pong would be expected to play out;

  • to keep it simple, we arent letting the ball go out of bounds in the y direction.
  • whoevers side the ball exits on, opposing player gets a point

controls:

  • pause -> space
  • move player1 and player2 up and down -> w, s and i, k (respectively)
  • quit game while in menu -> q
  • unpause is also space

About

pong made with piston in rust!


Languages

Language:Rust 100.0%