Course: Generative AI – The Open University of Kenya × BCS Technology
A simple command-line Rock-Paper-Scissors game implemented in Jaclang, featuring object-oriented design and game statistics tracking.
🧭 View Assignment Files on GitHub →
This project is a command-line implementation of the classic Rock-Paper-Scissors game, developed in the Jaclang programming language. The player competes against the computer for three rounds. Results include wins, losses, and draws, summarized at the end.
# 1. Clone assignment without full data
git clone --no-checkout https://github.com/sabtron-coder/genai.git
cd genai
1
for Rock2
for Paper3
for ScissorsThe game will display whether you win, lose, or draw each round.