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.
- Host: GitHub
- URL: https://github.com/devrapture/tic-tac-toe
- Owner: devrapture
- License: mit
- Created: 2022-08-10T04:44:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T17:10:26.000Z (about 3 years ago)
- Last Synced: 2025-01-11T17:49:19.842Z (9 months ago)
- Topics: algorand, algorand-blockchain, blockchain, hackathon-project, reach
- Language: Shell
- Homepage:
- Size: 756 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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]# 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