https://github.com/devrapture/ttt
A tic-tac-toe 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/ttt
algorand-blockchain blockchain hackathon-project reach reactjs
Last synced: 7 months ago
JSON representation
A tic-tac-toe 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/ttt
- Owner: devrapture
- License: mit
- Created: 2022-08-13T16:58:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T23:33:50.000Z (about 3 years ago)
- Last Synced: 2025-01-11T17:49:20.562Z (9 months ago)
- Topics: algorand-blockchain, blockchain, hackathon-project, reach, reactjs
- Language: JavaScript
- Homepage:
- Size: 597 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

[![Contributors][contributors-shield]][contributors-url]
[![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 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
- React
- [Reach](https://reach.sh/)
- Docker## 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/).
- Has a [MyAlgo](https://wallet.myalgo.com/) Wallet### Install
```bash
git clone https://github.com/coolpythoncodes/ttt.git
cd ttt
yarn install#Get your development server running.
yarn start
```## 🤝 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!
[contributors-shield]: https://img.shields.io/github/contributors/coolpythoncodes/ttt?style=for-the-badge
[contributors-url]: https://github.com/coolpythoncodes/ttt/graphs/contributors
[issues-shield]: https://img.shields.io/github/issues/coolpythoncodes/ttt?style=for-the-badge
[issues-url]: https://github.com/coolpythoncodes/ttt/issues
[forks-shield]: https://img.shields.io/github/forks/coolpythoncodes/ttt?style=for-the-badge
[forks-url]: https://github.com/coolpythoncodes/ttt/network
[star-shield]: https://img.shields.io/github/stars/coolpythoncodes/ttt?style=for-the-badge
[star-url]: https://github.com/coolpythoncodes/ttt/stargazers
[license-shield]: https://img.shields.io/github/license/coolpythoncodes/ttt?style=for-the-badge
[license-url]: https://github.com/coolpythoncodes/ttt/blob/main/LICENSE.md