An open API service indexing awesome lists of open source software.

https://github.com/arteevraina/lhd-2


https://github.com/arteevraina/lhd-2

Last synced: 20 days ago
JSON representation

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```