-
Snake Game for 6502 Emulator
Snake Game for 6502 EmulatorIntroductionThis project is a simple Snake game implemented in 6502 assembly language. The game allows the player to control a snake that moves around the screen, eating apples to grow longer. The game ends if the snake...…
-
Lab 2 Number Guessing Game
Lab 2: 6502 Emulator Project: Number Guessing GameOverviewThis project is a number guessing game created for the 6502 Emulator. The game prompts the user to guess a randomly generated number between 1 and 100. The user receives feedback indicating...…
-
Lab1 Mob Programming with 6502 Emulator
Lab 1: Mob Programming with 6502 EmulatorIntroductionIn this lab, we explored Mob Programming using the 6502 Emulator. Mob Programming is an extension of Pair Programming where the entire team works on the same code simultaneously, with one person...…