Skip to content

brooks-builds/cannon_game_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cannon Game

Checklist

  • Created game world
  • Created cannon
  • Created cannonball
  • Created target
  • Cannon points towards the mouse
  • Cannon fires cannonball toward the mouse when clicked
  • Cannonball is affected by gravity
  • Cannonball is affected by wind
  • Wind indicator is displayed
  • Missing resets the cannonball
  • Hitting the target resets target, ball, and wind
  • Show score

Stretch Goals

  • Show the wind using particles
  • Change the cannon to be a sprite of a cannon
  • Make physics be based on frame rate

About

A cannon game made live on stream in Rust and GGEZ.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages