Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Integrating Bario Punks

A topic by DopamineOlympiad created 26 days ago Views: 19
Viewing posts 1 to 1
(1 edit)

Hi Bario Entertainment System, 

Thanks for hosting this game jam and providing this opportunity to tap into the world of onchain gaming.
I have a question regarding integration of the open-source Bario Punks. It seems that after reading through relevant materials, there are a few crticial missing pieces of information for me to understand the whole picture.
I am new to crypto and onchain space. Feel free to point out what I'm missing. I would love some early feedback and pointers.

To me there are two separate concepts - 
1. The Bario Punks NFTs released on OpenSeas;
2. The Github repo including all the png art layers to combine and remix into images that could replicate the 3333 Bario Punk images listed. 
Say my current game idea is to build a co-op card game where player battles adversities using their Bario Punk characters.

To implement Bario Punks, I'm using two example player personas:
1. The first player is someone who owns Bario Punk NFT (1 minimum). 
* The game must support players connecting their wallet
> This is a feature to be implemented using the OnChain Kit. 
* The game would also support that player selecting their own Bario Punk(s) image, which would have strong in-game impact based on the characteristics of the image.
> The most straight-forward way is to directly use the image linked to the NFT. Is there any library or algorithm that can implement this from the Github repo? To me the image files in the Github repository provides visual components to recreate the image. Other than using image-recognition libraries and custom-built algorithms, I'm not sure how this is done reliably.

2. The second player is someone who doesn't yet own a Bario Punk NFT and want to try the game.
* The game needs to support generating a character from the Bario Punk repository using the base layers.
> This image recreation feature overlaps with above. Not sure if there is any suggested tooling/
* The game can support minting the new character generated
> To be implemented using OnChain Kit; potentially adding support for $BARIO tokens.

Looking forward to being enlightened. I'm keen to create something captivating!