https://github.com/arteevraina/lhd-2
https://github.com/arteevraina/lhd-2
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arteevraina/lhd-2
- Owner: arteevraina
- Created: 2022-01-11T08:06:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T08:24:55.000Z (about 3 years ago)
- Last Synced: 2024-12-06T12:32:47.826Z (3 months ago)
- Language: Dart
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bot - Rock, Paper, Scissor
This is a terminal based application that helps you to play rock, paper & scissor in terminal.
- Built using Dart.
## Features
- Make a choice everytime you play.
- Results shown in terminal.### How to run
1. Clone the repository.
```git clone https://github.com/arteevraina/LHD-2.git ```
2. Go to the LHD-2 folder.
``` cd LHD-2```
3. Run the dart command.
``` dart run bot.dart```