A. Introduction

Snake is a video game that generates a snake that grows every time the snake eats an egg. The object of the game is for the snake to eat as many eggs as possible. Key input turns the snake. The game ends when the snake hits either itself of a wall. The high score system stores the player’s best games for extra challenge. Each piece of the game was created and perfected in MATLAB.

TRON is a two player video game that generates two lines of light that extend from their starting point. The object of the game is to trap the other player so they don’t have anywhere to extend to. Each player uses a set of keys to turn their bike. The game ends when a player hits their own line of light, the other player’s line of light, or a wall. The game runs three rounds, so the winner must win best out of three. Each piece of the game was created and perfected in MATLAB.