Skip to content

Simple 2D retro Pong game written in Rust language using macroquad library

License

Notifications You must be signed in to change notification settings

imade/rust-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-pong

Simple 2D retro Pong game written in Rust language using macroquad library

Local setup

git clone [email protected]:imade/rust-pong.git && cd rust-pong && cargo run --release

⚠️ If you encounter errors with the cargo command then:

  1. If you are on Linux then check that you have installed the necessary libraries that macroquad needs.
  2. If you are on Debian / Ubuntu-like distribution then also install build-essential
    sudo apt-get install build-essential
  3. If you are on Fedora then install "Development Tools"
    sudo dnf groupinstall "Development Tools"
    

About

Simple 2D retro Pong game written in Rust language using macroquad library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages