https://github.com/polysensus/tugowar-redstone
TugOWar makeover for the redstone composibility hack
https://github.com/polysensus/tugowar-redstone
Last synced: 10 months ago
JSON representation
TugOWar makeover for the redstone composibility hack
- Host: GitHub
- URL: https://github.com/polysensus/tugowar-redstone
- Owner: polysensus
- Created: 2024-05-11T16:34:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T15:10:39.000Z (about 2 years ago)
- Last Synced: 2025-02-17T13:46:53.471Z (over 1 year ago)
- Language: Solidity
- Homepage: https://tugowar.vercel.app
- Size: 318 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Made for the redstone chain composability hackathon
For AW '24 we made an interop tug of war game that could only be played if you
held a Downstream Zone Token. This is the [presentation](https://www.youtube.com/watch?v=kKmpWvOuL8g)
For this hack we want to improve on its limitations:
* Only one tug of war could happen at a time
* It only worked if you minted a zone
* Nobody could tell if you one or how convincingly you won
* To hand the rope to another person, you had to give them your zone token
* You had to run scripts at the command line to play
For this hack we want to show better cross game interop:
* Start a game using any downstream item token (ERC 1155)
* Make pulling the rope require getting and collecting items in a downstream
zone.
* Allow any number of tug 'o wars to happen at the same time
* Have a leader board based on how many blocks it takes to pull the rope
accross the line
* Show that the puller of the rope changes if you transfer your downstream item
to someone else (another player or any other wallet)
Before the hack we did some preparitory work
in [this repo](https://github.com/polysensus/tugowar/commit/877c96f6b82ba6f34d26387d5e244ff2d04e3ef5)