Nature of Code (Rust + GGEZ): Exercise 2.6

Subscribers:
7,930
Published on ● Video Link: https://www.youtube.com/watch?v=zmzPszjG3AQ



Duration: 12:05
44 views
2


We are re-starting the Nature of Code series! Brooks is re-reading the book and implementing the relevant examples and problems in Rust + GGEZ. Since he is going through the book after hours these will be YouTube Videos instead of live streams.

Daniel Shiffman, the author of the book and host of the Coding Train is also creating videos for the Nature of Code (amongst other topics) in Processing and JavaScript. You can watch them at his channel on YouTube!

Rust Version: 1.48.0
GGEZ Version: 0.51

Playlist - https://www.youtube.com/playlist?list=PLrmY5pVcnuE_GM948OAgqcbSxPqNQVFXC
Nature of Code Book - https://natureofcode.com/
GitHub Repo - https://github.com/brooks-builds/nature_of_code_in_rust
Twitter - https://www.twitter.com/brooks_patton
Twitch - https://www.twitch.tv/brookzerker
Coding Train - https://www.youtube.com/channel/UCvjgXvBlbQiydffZU7m1_aw




Other Videos By Brooks Builds (brookzerker)


2021-06-21Learning how to create a Vue component library - 1
2021-06-20Denver Rust meetup - Learning Rust as a Python/Javascript developer by Juhis
2021-06-19Deck of Cards Simulator day 6 - Experiments with Rocket SSE
2021-06-18Deck of Cards Simulator day 5 - Learning Yew (Rust frontend web framework)
2021-06-17Deck of Cards Simulator day 4 - Rocket Rust Web Server
2021-06-16Deck of Cards Simulator day 3
2021-06-15Deck of Cards Simulator 2
2021-06-14Deck of Cards Simulator 1
2021-06-13Nature of Code (Rust + GGEZ): Exercise 2.7
2021-06-12Platform with Level Editor (Rust+GGEZ) 24: finishing the prototype
2021-06-11Nature of Code (Rust + GGEZ): Exercise 2.6
2021-06-10Platform with Level Editor (Rust+GGEZ) 23: Removing a platform
2021-06-09Platform with Level Editor (Rust+GGEZ) 22: Adding a platform
2021-06-08Platform with Level Editor (Rust+GGEZ) 21 - drawing the grid
2021-06-07Platform with Level Editor (Rust+GGEZ) 20 - Moving to and from edit mode
2021-06-07Platform with Level Editor (Rust+GGEZ) 19: Adding sound when winning the game
2021-06-06Platform with Level Editor (Rust+GGEZ) 18: Working on finishing the game
2021-06-05Platform with Level Editor (Rust+GGEZ) 17: Adding the ability to jump
2021-06-04Platform with Level Editor (Rust+GGEZ) 16: Selecting a level through the level select screen
2021-06-03Platform with Level Editor (Rust+GGEZ) 15: starting to display the editing grid
2021-06-02Platform with Level Editor (Rust+GGEZ) 14: Dynamic level building and collision detection