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

https://github.com/devrapture/tic-tac-toe

A tic-tac-toe CLI DAPP game. The goal for the players is not just to win, but to stay within a budget. Each move comes at a cost equivalent to the number of wins attainable in that space. A draw splits the pot without returning their initial stake.
https://github.com/devrapture/tic-tac-toe

algorand algorand-blockchain blockchain hackathon-project reach

Last synced: 7 months ago
JSON representation

A tic-tac-toe CLI DAPP game. The goal for the players is not just to win, but to stay within a budget. Each move comes at a cost equivalent to the number of wins attainable in that space. A draw splits the pot without returning their initial stake.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Hackathon-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]

# Budget Tic-Tac-Toe CLI DAPP game

> The goal for the players is not just to win, but to stay within a budget. Each move comes at a cost equivalent to the number of wins attainable in that space. A draw splits the pot without returning their initial stake.

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

#Update Reach and Compile Reach code
./reach update
./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/tic-tac-toe?style=for-the-badge
[issues-url]: https://github.com/coolpythoncodes/tic-tac-toe/issues
[forks-shield]: https://img.shields.io/github/forks/coolpythoncodes/tic-tac-toe?style=for-the-badge
[forks-url]: https://github.com/coolpythoncodes/tic-tac-toe/network
[star-shield]: https://img.shields.io/github/stars/coolpythoncodes/tic-tac-toe?style=for-the-badge
[star-url]: https://github.com/coolpythoncodes/tic-tac-toe/stargazers
[license-shield]: https://img.shields.io/github/license/coolpythoncodes/tic-tac-toe?style=for-the-badge
[license-url]: https://github.com/coolpythoncodes/tic-tac-toe/blob/main/LICENSE.md