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

https://github.com/devrapture/morra-game-cli

A CLI Dapp Morra game. Morra is a hand game where each player simultaneously reveals their hand, extending any number of fingers, and calls out a number. Any player who successfully guesses the total number of fingers revealed by all players combined scores a point.
https://github.com/devrapture/morra-game-cli

Last synced: 3 months ago
JSON representation

A CLI Dapp Morra game. Morra is a hand game where each player simultaneously reveals their hand, extending any number of fingers, and calls out a number. Any player who successfully guesses the total number of fingers revealed by all players combined scores a point.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Bootcamp-blueviolet)

[![GitHub issues][issues-shield]][issues-url]
[![GitHub forks][forks-shield]][forks-url]
[![GitHub stars][star-shield]][star-url]
[![GitHub license][license-shield]][license-url]

# Morra Game CLI Dapp

> A CLI Dapp Morra game. Morra is a hand game where each player simultaneously reveals their hand, extending any number of fingers, and calls out a number. Any player who successfully guesses the total number of fingers revealed by all players combined scores a point.

## Built With

- [Reach](https://reach.sh/)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites
- Running on [Ubuntu](https://ubuntu.com/) on similar OS.
- Installed [Make](https://linuxhint.com/install-make-ubuntu/).
- Installed [Docker](https://www.docker.com/) and Docker-Compose. **Use sudo apt command**
- Given docker command admin rights. [Here](https://docs.docker.com/engine/install/linux-postinstall/).

### Install
```bash
git clone

### Usage
```bash
#Download Reach in root directory ()
curl https://docs.reach.sh/reach -o reach ; chmod +x reach

#Compile Reach code
./reach compile

#run
./reach run
```

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐ if you like this project!

## 📝 License

This project is [MIT](./MIT.md) licensed.

[issues-shield]: https://img.shields.io/github/issues/coolpythoncodes/morra-game-cli?style=for-the-badge
[issues-url]: https://github.com/coolpythoncodes/morra-game-cli/issues
[forks-shield]: https://img.shields.io/github/forks/coolpythoncodes/morra-game-cli?style=for-the-badge
[forks-url]: https://github.com/coolpythoncodes/morra-game-cli/network
[star-shield]: https://img.shields.io/github/stars/coolpythoncodes/morra-game-cli?style=for-the-badge
[star-url]: https://github.com/coolpythoncodes/morra-game-cli/stargazers
[license-shield]: https://img.shields.io/github/license/coolpythoncodes/morra-game-cli?style=for-the-badge
[license-url]: https://github.com/coolpythoncodes/morra-game-cli/blob/main/LICENSE.md