pong

Crates.iopong
lib.rspong
version0.1.1
sourcesrc
created_at2023-04-10 09:58:00.54649
updated_at2023-04-10 10:15:32.325493
descriptionClassic pong game made with Bevy.
homepage
repositoryhttps://github.com/marshblocker/pong
max_upload_size
id834986
size108,588
Kenneth Marinas (marshblocker)

documentation

README

Pong

Classic game of Pong. Created with Bevy.

Game Preview

How to run

# Clone the repository
git clone https://github.com/marshblocker/pong.git

# Change directory
cd pong

# Run the game
cargo run

Controls

  • W and S to move the left paddle
  • Up and Down to move the right paddle
Commit count: 20

cargo fmt