Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

TroublePunk:CyberGalzView game page

A quick and easy-to-access action game that does not require a blockchain wallet
Submitted by Catze Labs — 1 hour, 33 minutes before the deadline
Add to collection

Play game

TroublePunk:CyberGalz's itch.io page

Game build
http://win : [https://troublepunk.sgp1.cdn.digitaloceanspaces.com/launcher%2Fgamejam%2Fwin%2FTROBLauncher-win.zip](https://troublepunk.sgp1.cdn.digitaloceanspaces.com/launcher%2Fgamejam%2Fwin%2FTROBLauncher-win.zip) mac : [https://troublepunk.sgp1.cdn.digitaloceanspaces.com/launcher%2Fgamejam%2Fmac%2FTROBLauncher-mac.zip](https://troublepunk.sgp1.cdn.digitaloceanspaces.com/launcher%2Fgamejam%2Fmac%2FTROBLauncher-mac.zip)

Documentation
http://Deck: https://docsend.com/view/t5y9j3kiyb2rf9js Medium: https://medium.com/cyber-galz/trouble-punk-battle-play-quick-onboarding-guide-9539d4fab5ed?source=collection_home---4------0----------------------- https://medium.com/cyber-galz/patch-notes-trouble-punk-2nd-cbt-version-821479c414d?source=collection_home---4------1----------------------- https://medium.com/cyber-galz/topori-town-trouble-punk-new-game-map-214b8fac400b?source=collection_home---4------3----------------------- https://medium.com/cyber-galz/trouble-punk-maps-a0fa9d3c97ea?source=collection_home---4------9----------------------- https://medium.com/cyber-galz/trouble-punk-plot-characters-b229654db582?source=collection_home---4------10----------------------- https://medium.com/cyber-galz/introducing-trouble-punk-fighting-action-game-63ca031c4d95?source=collection_home---4------11----------------------- https://medium.com/cyber-galz/new-attempt-for-sustainable-p2e-39c73a514aed?source=collection_home---4------12-----------------------

Assets
https://drive.google.com/drive/folders/1_etUzZw9HBDYy33EeKFC0vg16TSnLA1q?usp=share_link

Contract address
/**
* Binance Smart Chain Testnet Contracts
*/

const bscUsdcTokenAddress = '0xC662B35C078d2A1B5973eCE828196a6BB8161eB9';
const bscTrobTokenAddress = '0x7eE8615ae97A9A0aAeaB72b3A00bcB64aBBEcEec';
const bscYoolTokenAddress = '';

const provider = useProvider();

console.log('provider', provider);
console.log('signer', signer.data);

const bscTrobContract = useContract({
address: bscTrobTokenAddress, // BSC Testnet
abi: trobABI,
signerOrProvider: signer.data,
});

const bscSwapContract = useContract({
address: '0xF93d3869Bdd36Cf0036277C89C30e44A5b334397', // BSC Testnet
abi: swapABI,
signerOrProvider: signer.data,
});

const bscStationContract = useContract({
address: '0xB1524bB07248621C9Df76Ba7589dE9eca62993EA', // BSC Testnet
abi: stationABI,
signerOrProvider: signer.data,
});

const bscfUsdcContract = useContract({
address: bscUsdcTokenAddress, // BSC Testnet
abi: fusdcABI,
});

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet