cloned - Crypto Car Battle - https://github.com/CodinMaster/Crypto-Car-Battle
Space Racer V1.0
NFT (ERC721) based HTML5 game with Crypto Payouts to the Winner.
Try it out: Web Demo Link
the idea is to repurpose this contract in the wild as a back end for many 2 player and multi player VS type games using phaser. new games will all call the same functions.
NOTE - contract doesnt compile on remix. i compiled using truffle-config.js settings and applying default suggested fixes from VScode
-
Login via Metamask
-
i) New Users get to Mint new token.
-
Confirm Metamask Transaction!
ii) View your ERC-721 collection
New items Minted start from Level 1. With each win, their level increases by 1. (Max. level: 7)
Higher Level corresponds to Higher Speeds
-
Click on your desired NFT to get to the following menu:
-
Let's Create New Battle! The Main Game Loads up: The Aim of this game is quite simple, the player has to complete the lap in minimum time possible. As soon as the user cross the start line, the timer starts. User has to pass through checkpoint, so no cheating is possible. On crossing the finish line, game ends.
-
On clicking the "Challenge Others" button, our score gets saved in the Smart Contract. **We have to deposit 0.001 Eth into this match **
After transaction goes through, we get Battle Id:
Say some other player wants to compete in an existing battle, so the second button is clicked.
We get a list of Battles available:
Click Battle button and Deposit 0.001 Eth into the Match Pool.
After transaction confirmation, the Game Starts. Goal? To finish faster then the opponent!
After game ends:
Click the Button and Confirm Contract Interaction, to get this (in case you win) :
If we now view our NFTs, we observe increased level as well as new design!
Being the ERC-721 standard NFT tokens, the assets of the game can be traded with players and change ownership.
-
Click on the Transfer button:
-
Just fill-up the "Transfer To" address field and click Transfer.
-
Confirm the Metamask popup
-
And the token has been success fully transferred!
-
Login to that account to view your new NFT:
- Clone the Repository
- Deploy contracts via Remix.
- Save the abi and contract address in
'./assets/js/web3setup.js'
- Use live-server or any custom server (js, python, php) to serve the HTML5 Phaser Game.
- Visit
./index.html
in browser to start the game.
- Phaser
- Web3.js
- HTML5, Vanilla Javascript