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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors GitHub issues GitHub forks GitHub stars GitHub license

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

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.
  • Has a MyAlgo Wallet

Install

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.

Show your support

Give a ⭐ if you like this project!

About

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.

License:MIT License


Languages

Language:JavaScript 83.8%Language:Shell 9.0%Language:RenderScript 3.4%Language:CSS 2.5%Language:HTML 1.3%