Skip to content

Samdal/rusty_pong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty_pong

fork of a pong game written in rust

Original author is TanTan

his tutorial video

his youtube channel

his Github

My modifications:

  • I have added fancy lights and shadows from the ggez shadows example
  • Minor asthetic changes: color, size and shape of some of the meshes
  • Addad a background image
  • Fixed creating new mesh every frame, as TanTan said at the end of the video
  • Added super simple computer player 2, comment line 440-450 to disable

About

Pong game written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.5%
  • GLSL 3.5%