Game Programming Patterns part 4.4 - (Rust) The player can jump now

Subscribers:
8,250
Published on ● Video Link: https://www.youtube.com/watch?v=S7BXNY6fgWQ



Duration: 25:56
194 views
8


We get the player to jump. I'm not using any tricks to separate the player from the CPU speed. I noticed that there is a section on delta time in the book that we eventually get to so I'll implement delta time when we get to it.

Links

Code - [https://github.com/brooks-builds/learning_game_design_patterns](https://github.com/brooks-builds/learning_game_design_patterns)

Twitter - [https://twitter.com/brooks_patton](https://twitter.com/brooks_patton) -- Watch live at https://www.twitch.tv/brookzerker







Tags:
twitch
games
rust
ggez
gamedev