Table of Contents
3 patti ? but why ?
- Because before the pandemic 3-patti used to be one of our favourite card games 😕
- And there is no web-based multi-player 3-patti application online currently( guess everyone likes poker after all).
- So we decided to make one ourselves modelling our application on the more popular skribble.io 😃
but why decentralised ?
- There is no user sign-up required for playing in our application, so trust and fraud-prevention were one of our topmost priorities.
- Naturally blockchain was the most obvious solution that came to us, because the user only needs to connect using their wallet providing complete anonymity to the user.
- Moreover all transactions are handled by smart contract to enforce rules of the game(such as transferring money to pot for placing bet).
To get a local copy up and running follow these simple example steps.
- node.js
- npm
- live-server
npm install -g live-server
- Hosting Backend
cd Backend
npm install
npm start
- Serving Frontend
cd Frontend
live-server
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Deployed At: https://tpatti-frontend.herokuapp.com/
Project Walkthrough: https://www.youtube.com/watch?v=4JLfwC4r14Y