/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.

Primary LanguageShellMIT LicenseMIT

GitHub issues GitHub forks GitHub stars GitHub license

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

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Running on Ubuntu on similar OS.
  • Installed Make.
  • Installed Docker and Docker-Compose. Use sudo apt command
  • Given docker command admin rights. Here.

Install

git clone <this-repo>


### Usage
```bash
#Download Reach in root directory (<this-repo>)
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.

Show your support

Give a ⭐ if you like this project!

📝 License

This project is MIT licensed.