Skip to content

smothkd54/Lab_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README.md

Rock Paper Scissors Game

A simple Rock Paper Scissors game written in Kotlin.

How to Play

  • Choose 1 for Rock, 2 for Paper, or 3 for Scissors
  • Play 3 rounds against the computer
  • See who wins at the end!

Running the Game

Option 1: Using Kotlin Compiler

```bash kotlinc RockPaperScissors.kt -include-runtime -d RockPaperScissors.jar java -jar RockPaperScissors.jar ```

Option 2: Using Kotlin Script

```bash kotlin RockPaperScissors.kt ```

Game Rules

  • Rock beats Scissors
  • Scissors beats Paper
  • Paper beats Rock

Project Structure

  • `RockPaperScissors.kt` - Main game file > README.md

About

Rock Paper Scissors game in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages