Skip to content

I made a rock paper scissors game in darts (CLI Based) and implement OOP

License

Notifications You must be signed in to change notification settings

kevinmf1/Rock-Paper-Scissors-Dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors-Dart

I made a rock paper scissors game in darts (CLI Based) and implement OOP This Game has two mode, VS Bot and VS Player

Menu in Game :

Alt text

This game uses two dart libraries which is dart:math and dart:io

  1. dart:match are used to randomize the choices chosen by the computer
  2. dart:io are used to enter the user's choice