kevinmf1 / Rock-Paper-Scissors-Dart

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Dart 100.0%