

We will implement the program and test the code and final product until we get what we predict for the future of the game. With this it creates a competitive space that will want people to keep playing the game. Also, you can see the position reset code in obstacles.put that defines whenever the turtle reaches the top of the screen, it resets the position back to the bottom and changes the speed of the obstacles to make it a harder level. We also incorporated a two player game integration by having 8 statements of each throughout two different files(player and playertwo). In main.py is the code used for screen on key code functions that define the key used for each of the functions either up down left or right. In player.py and playertwo.py you can see near the bottom the code that was used to incorporate the four movement keys for each character. In addition to this with the code we will have to track where these different things will be located where we will have to create barriers to ensure that we can track when they hit the specific area.

The prediction for us is that this will be a difficult game to code and will have to do alot of location tracking for the character. The predictions of this project will be that we will create a game that where we will have to code one character that will be named Gary and we will have to code things that he will have to manuever around to avoid and if they touch the said object it will have to end the game.

Game will be a stickman character named Gary riding a turtle named Larry he will move across the X axis, avoiding obstacles while reaching his destination whith a finish line in the great game called TAKE A RIDE. There are going to be obstacles coming from the right side of the screen and two turtles trying to make their way to the top of the screen. Using code such as function and while using turtle, I was able to recreate a beginner version of a crossy road series game. General Crossy Road Game using Python code
