

other · academic · 2022
Rock Paper Scissors Game
Role: Solo Developer - University Project

About the project
A classic Rock-Paper-Scissors game implemented in x86 Assembly Language using the Irvine32 library. Includes file handling to store player names and scores after each match.
<
Features
>Play Rock-Paper-Scissors against the computer
User input handling via keyboard
Randomized computer move using system time
File handling with Irvine32 library to save player name and score
Displays win/lose/draw and total score in each session
</>
<
Tech Stack
/>Assembly Language
Irvine32
x86
File Handling