https://github.com/signor1/nebuladuel
https://github.com/signor1/nebuladuel
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/signor1/nebuladuel
- Owner: Signor1
- License: apache-2.0
- Created: 2024-02-01T13:09:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T00:26:26.000Z (over 2 years ago)
- Last Synced: 2025-11-16T12:21:51.301Z (7 months ago)
- Language: TypeScript
- Size: 20.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NEBULA DUEL
... zero player game built on Cartesi.

Nebula duel is built for persons that love the thrills and entertainment of the gaming world. Players get to purchase their favorite warriors, create duels or join already created ones. At the end of each duel, only one winner emerges.
**How to get started**
## Create profile
Players can create profiles seamlessly on the platform simply by connecting a wallet and then navigating to the `profile` page and passing in:
i. Name ( can be nickname )
ii. Preferred avatar
Note that this process requires the player to sign a transaction, so wait for wallet to pop up, then sign and wait for the transaction to be completed on-chain.
Upon a successful registration, 1000 points are minted to each player for use to purchase his/her preferred warriors.
## Buy warriors
Every player needs at least three warriors for the duels. Warriors are player characters with various attributes and qualities that are used for engaging in duels.
Every warrior has attributes: health, strength and attack in different degrees. The cost for each warrior is a reflection of the attributes it possesses.
To purchase a warrior, go to your profile page, select the preferred warriors and then buy. **NOTE** Every player gets free 1000 points after profile creation to purchase characters, and when the 1000 points are exhausted the player can buy more points using the $nebular token.
## Create duel
Players can create new duel or join already created duels. To create a new duel:
i. Go to the homepage, click on PLAY NOW
ii. From the modal that'll pop up, select `create duel`.
iii. Select your warriors, sign the transaction and continue.
## Join duel
i. Click on PLAY NOW
ii. Click on `join duel`.
iii. Select your warriors, select a strategy, sign the transaction and continue.
When in the duel arena, click on `start` button for the duel to begin.
At the end of each duel, one player wins. The winning characters add to their experience and points, and the higher the points the more valuable the characters are. Such valuable characters can be sold for $nebular token on the platform (the marketplace will be implemented in the v2). The $nebular token is an ERC20 token with real value.
### Developers
Bugs reports and suggestions:
If you discover a bug or would like to suggest a feature, please open an issue in the repository.