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

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.

Awesome Lists containing this project

README

          

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

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