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.
- Host: GitHub
- URL: https://github.com/devrapture/morra-game-cli
- Owner: devrapture
- License: mit
- Created: 2022-10-23T23:23:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T16:08:45.000Z (over 3 years ago)
- Last Synced: 2025-11-28T13:29:18.563Z (6 months ago)
- Language: RenderScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README

[![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