Python Page (coding)

Go to the Main page

This is a mini assignemnt where the user needed to guess a random number that the computer chose from a range of numbers limited by the user.

Similar to the number guessing assignment, I used the random function to code the program into choosing either rock, paper, or scissors. A scoring system was implemented.

Our first major assignment. We were to pick a spawnpoint and destination. Then, we tried to reach the destination using the north, west, east and south directions.

Our final project. Ryland and I created over 20 possible rooms to go in. The user spawns at one of two entrances. Then, they attempt to reach the goal room in the least amount of moves without hitting a wall or running into thw water.