Inspiration
We grew up with role-playing games in which characters, plots, and items were all important. Our main goal is to give players the sense of accomplishment and ownership. The game's clear 8-bit appearance is a throwback to the early 1990s games, but the gameplay is current and streamlined.
What it does
Built at near-metabuild-iii-hackathon
DECK: Slide Deck
Architecture
Demo
Description
An RPG dungeon game wherein the player has to enconter and fight monsters who are guarding chests, and gain loot in ERC-20 DGN (in-game) token (Dungeon Token).
The player has to finally unlock the locked gates by seeking the keys to the token-gate who is locked inside a wall in the dungeon and ultimately defeat the the evil angel who possesses the ultimate key to the Aurora NFT. Once the user collect the Aurora NFT collectible, an NFT is minted to your NFT-Trophy Gallery. These NFTs are verifiably provable and powered by random number generators, which gives them random attributes on-chain.
AuroraQuest Marketplace
https://github.com/lopeselio/Aurora-Quest-Marketplace
This is the place to shop your game assets using the DGN game token and later use these to equip the purchased heroes inside the dungeon based AuroraQuest Game on the NEAR Aurora Testnetwork. You can obtain DGN (Game Native Token) token by swapping an equivalent amount of Aurora Rinkeby ETH on the swap inside our Metaverse.
Smart Contracts Deployed to Near Aurora L2 Network
nftaddress = "0x5c089556FA8814E4A7065188C6bc33FFB6274cA1"
Verify Here on Aurora Testnet Explorer on Near Blockchain
nftmarketaddress ="0x19e741b2d04cd79E1e163cFE7027b02A2B8A6EE5"
Verify Here on Aurora Testnet Explorer on Near Blockchain
Refer to hardhat.config.js
:
module.exports = {
networks: {
testnet_aurora: {
url: 'https://testnet.aurora.dev',
accounts: [
0x${AURORA_PRIVATE_KEY}],
chainId: 1313161555,
gasPrice: 120 * 1000000000
},
},
solidity: "0.8.4",
mocha: {
timeout: 600000
}
};
Team
Elio Jordan Lopes https://twitter.com/ElioOnCelo
- TG: @ElioOnCelo
- Discord : devELIOper#4870
Smart Contracts Deployed to Near Aurora l2 Network
nftaddress = "0x5c089556FA8814E4A7065188C6bc33FFB6274cA1"
Verify Here on Aurora Testnet Explorer on Near Blockchain
nftmarketaddress ="0x19e741b2d04cd79E1e163cFE7027b02A2B8A6EE5"
Verify Here on Aurora Testnet Explorer on Near Blockchain
Plans for the future
- To have an in-game DEX, to allow users to swap other tokens on Aurora to DGN token
- In game marketplace to allow users to buy and sell NFT characters and game potions and equip the same in further levels.
- 1v1 gameplay between two warriors by staking tokens and fighting for the stake
- Ability to craft Rare NFTs, by on-chain XP, that is attained while playing the levels.
- Genesis NFT minting event through a mystery box sale, based on character rarity.
Contract Addresses:
- Token Address Dungeon Token $DGN on Aurora TestNet:
0x0522a16271503069a92E3811E868dD3A3cADF752
View here: Aurora Explorer
GamePlay anf Trophy Cabinet Screenshots
How we built it
Tools and Tech Stack - Game
- The game is built on Phaser.
- The app is built in React
- IPFS to store NFT metadata
- We deploy our contracts to Near Auora TestNet.
- Random Attributes are generated using a random generator on Aurora Testnet
- Web3 JS is used to interact with the smart contract ABI while emitting in-game events.
- Near Aurora Blockchain provides the perfect platform to build games due to its scalability and robust infrastructure, and moreover low gas fees..
Challenges we ran into
Using Hardhat along with Near Aurora L2
Designing the assets for the game from surroundings, and spritesheets, and then layering them on tiled software, before importing them using code.
Mappings, collisions, and different function calls, dynamic updates to game Ui and socket logic for the game, and programming the ownerships and reward mechanism off-chain
Working with IPFS to store NFT metadata off-chain for our NFT marketplace.
Accomplishments that we're proud of
Learning about Aurora L2, and creating a gaming dApp and a decentralised native marketplace using smart contracts, and learning to deploy using Truffle and Hardhat and also interfacing with Web3 and Ethers libraries and leveraging our design and technical strengths to create a collective product.
What we learned
Moving forward with vision Asking questions and seeking solutions through code. Making use of designs and spritesheets in games.
What's next for AuroraQuest
- To have an in-game DEX, to allow users to swap other tokens on Aurora to DGN token
- In game marketplace to allow users to buy and sell NFT characters and game potions and equip the same in further levels.
- 1v1 gameplay between two warriors by staking tokens and fighting for the stake
- Ability to craft Rare NFTs, by on-chain XP, that is attained while playing the levels.
- Genesis NFT minting event through a mystery box sale, based on character rarity.
- Build out a mobile version of the game on Unity WebGL,
- Introduce Land Sale genesis for the metaverse with special incentives to the early owners.
- NFT presale for the game characters, improved storylines and lore and building community Our Discord: discord.gg/w94EVQRPRf
Built With
- blockchain
- harhat
- ipfs
- metamask
- phaser.js
- solidity
- truffle
- web3
Log in or sign up for Devpost to join the conversation.