Building Chrome Dinosaur Game in Pygame (Part 2: Infinite Horizons)
In the last post, we took a look at a basic boilerplate for pygame and then we learned how to change the background of our game’s canvas. In this post, we’re going to start coding up the elements in our game. Specifically, we’ll be working on coding up the infinite plain surface or horizon that…
