I was given the task of writing the first draft of the food generation code. I looked online and saw that to make the food show up at a completely random location anywhere on the game map, I would need to make a pseudo-random number generator. I attempted to make this, but it was very difficult and I was having trouble. I then stumbled across the sites Digital System Design (google.com) and Digital System Design (CPE 487) (google.com) . These had Snake games where the food instead could only show up at 5 distinct locations on the game map. The code was sent to the GitHub linked above. Unfortunately we did not have time to incorporate this code into the final product, but a video of what the group was able to accomplish can be found here: Jack Mavorah - Final Project (google.com)