https://github.com/devlyn37/epic-game
Contract for demo game, based on a Buildspace project 🦄
https://github.com/devlyn37/epic-game
game nfts solidity
Last synced: 8 months ago
JSON representation
Contract for demo game, based on a Buildspace project 🦄
- Host: GitHub
- URL: https://github.com/devlyn37/epic-game
- Owner: devlyn37
- Created: 2021-10-31T19:48:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T23:38:02.000Z (over 4 years ago)
- Last Synced: 2025-02-10T02:13:24.146Z (over 1 year ago)
- Topics: game, nfts, solidity
- Language: Solidity
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Epic Game
The game allows players to mint one of three characters and team up with other players to defeat a boss. Players may attack the boss, dealing and taking damage. Character attributes (attack, hp, etc...) are stored on chain and can be [viewed on opensea](https://testnets.opensea.io/assets/0xf2f7af84730d54ebf3bee12b18a5a410ee55ba1c/2).
Contract based on a Buildspace project 🦄.
It does a couple things:
- mints player NFTs
- Allows players to attack the boss character 🏹
The theme of the project is easily configurable within the [deploy file](./scripts/deploy.js). I chose gen 4 pokemon in anticipation of a new game release.
It's deployed on Rinkeby.
Play the game [here](https://nft-game-starter-project.devlyn37.repl.co)
[Client Repo](https://github.com/devlyn37/epic-game-web)