HandsOnRust
HandsOnRust copied to clipboard
The source code that accompanies Hands-on Rust: Effective Learning through 2D Game Development and Play by Herbert Wolverson
It seems the link title and the link URL were mismatched for Drunkard's Walk
This pull request is in regards to the code in Chapter 9: Victory and Defeat. At least, it's where I discovered it. This fixes an issue with enemies being able...
Fix the boundary code so that the boundaries are at the edge of the screen. Add the missing boundary code to the automata code. The book specifically mentions that we...