Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot Boxer submission #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "robot_contract"]
path = robot_contract
url = https://github.com/seandevs/robot_contract
[submodule "BoxingRobotServer"]
path = BoxingRobotServer
url = https://github.com/Mikewa33/BoxingRobotServer
File renamed without changes.
File renamed without changes.
36 changes: 36 additions & 0 deletions Bot_Boxer/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

# ⚡ Hackathon Project Template ⚡
_This is a sample submission repository.
Please [__fork this repo__](https://help.github.com/articles/fork-a-repo/) and use this as a starting point for your hackathon project._

## Bot Boxer
![Tank Robot](https://gateway.pinata.cloud/ipfs/QmP7bQQuXNnZXyLeQajoiX1Rnmbdutox33zqN74yiGqN2B/robot_0.png)

### Bot Boxer
#### NFT, Gaming and Creator Track

##### NJ, USA

##### Team Members
- Mike Walters, front-end
- Sean Devlin, solidity

#### Project Description
This project is intended for the casual gamer who is looking to take ownership of their objects within a game and lightly touch on their interest of competition while having skin in the game.

#### Summary
Bot Boxer allows the users to mint NFT robots and respective accessories (shield, sword, AI chip, saw) and compete in a tournament round robin. Prior to competition the user can "train" their robot by adding them to our training module which takes the robot NFT out of playable commission while increasing their skill attributes (agility, strength, defense and intelligence) essentially a "train to earn" model. The smart contracts also allow for the user to ante a preset amount of CELO as a small commitment to their robot. The winner of the battle will receive the ante'd CELO.

#### URLs
* Live app on heroku <https://robot-boxing.herokuapp.com/>
* Robot Contract repo <https://github.com/seandevs/robot_contract>
* Client/Server repo <https://github.com/Mikewa33/BoxingRobotServer>

#### Presentation
vimeo <https://vimeo.com/650888963>

#### Next Steps
We have a number of features built into the smart contracts that will be baked into the front end as well. For example, there is a contract that allows for the user to bet on their robot by anty'ing a preset amount.

#### License
This repository includes an [unlicensed](http://unlicense.org/) statement though you may want to [choose a different license](https://choosealicense.com/).
12 changes: 12 additions & 0 deletions Bot_Boxer/assets/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Images
### Robots
![Tank Robot](https://gateway.pinata.cloud/ipfs/QmP7bQQuXNnZXyLeQajoiX1Rnmbdutox33zqN74yiGqN2B/robot_0.png)
![Speedy Robot](https://gateway.pinata.cloud/ipfs/QmP7bQQuXNnZXyLeQajoiX1Rnmbdutox33zqN74yiGqN2B/robot_1.png)
![Defender Robot](https://gateway.pinata.cloud/ipfs/QmP7bQQuXNnZXyLeQajoiX1Rnmbdutox33zqN74yiGqN2B/robot_2.png)
![Attacker Robot](https://gateway.pinata.cloud/ipfs/QmP7bQQuXNnZXyLeQajoiX1Rnmbdutox33zqN74yiGqN2B/robot_3.png)

### Accessories
![Saw](https://gateway.pinata.cloud/ipfs/QmV1T5H9sFH925tgmWkUhy3tYKBzS7gqPtEsj7n4eUL6aT/accessory_1.png)
![Sword](https://gateway.pinata.cloud/ipfs/QmV1T5H9sFH925tgmWkUhy3tYKBzS7gqPtEsj7n4eUL6aT/accessory_2.png)
![Shield](https://gateway.pinata.cloud/ipfs/QmV1T5H9sFH925tgmWkUhy3tYKBzS7gqPtEsj7n4eUL6aT/accessory_3.png)
![AI Chip](https://gateway.pinata.cloud/ipfs/QmV1T5H9sFH925tgmWkUhy3tYKBzS7gqPtEsj7n4eUL6aT/accessory_4.png)
File renamed without changes.
1 change: 1 addition & 0 deletions BoxingRobotServer
Submodule BoxingRobotServer added at f6bcde
33 changes: 0 additions & 33 deletions Project_Name/Readme.md

This file was deleted.

2 changes: 0 additions & 2 deletions Project_Name/assets/index.md

This file was deleted.

1 change: 1 addition & 0 deletions robot_contract
Submodule robot_contract added at 674279