phasellus 0.4.1

A yacht game scoreboard
# phasellus
simple terminal based yacht scoreboard

## Installation Guide
- Using `cargo`
Since this program is registered in crates.io, you can install this using `cargo`.
### In the terminal
```console
$ cargo install phasellus
```
### In the cmd or powershell
```console
> cargo install phasellus
```

## How to start?
Just run phasellus in the terminal in your machine by typing
```console
$ phasellus
```
if you are using either MacOS or Linux.

As the backend of this program uses `crossterm` library which runs both on UNIX and Windows, you can
use this also in Windows. So if your machine uses Windows, then run this in the either cmd or powershell.
```console
> phasellus
```