dojoengine / game-jams

Sharpen your Katana, it's time to Jam
5 stars 30 forks source link

DodgeBaller #30

Closed satyambnsal closed 7 months ago

satyambnsal commented 7 months ago

DodgeBaller is a game built for Blobert NFT holders. It combines your Blobert's unique traits with a classic dodgeball challenge.

Game basic functionality is available on Mainnet: https://dodgeballers.vercel.app/ Have fun playing the game ❤️

satyambnsal commented 7 months ago

Here is the game demo video:

https://www.loom.com/share/e5c46cc2471049489cb98f1963e07470?sid=12c9bf8f-4b17-4b22-bfbd-831c3abf27e6

tarrencev commented 7 months ago

Thanks for the submission! The content looks great.

One question I had about the implementation, is the actual game fully onchain? Like the trajectory and hitbox calculations? Or is it offchain and token gated?

satyambnsal commented 7 months ago

Thanks for the submission! The content looks great.

One question I had about the implementation, is the actual game fully onchain? Like the trajectory and hitbox calculations? Or is it offchain and token gated?

Thanks so much 🙏 Actual game is not fully on-chain at the moment, specially the trajectory calculation is off chain and token gated. https://github.com/satyambnsal/dodgeballers/blob/main/contracts/src/DodgeCoach.cairo#L52