22 lines
763 B
Markdown
22 lines
763 B
Markdown
# Notamon Game Engine
|
|
|
|
Base game engine for the Notamon game project for the [Partisia Blockchain](https://github.com/partisiablockchain).
|
|
|
|
The Notamon game project aims to show how Partisia Blockchain can be used for
|
|
complex game systems, and show how Partisia Blockchain's unique feature set can
|
|
enable new features that are impossible in traditional Blockchain or hybrid
|
|
solutions.
|
|
|
|
Current components:
|
|
|
|
- Asset contract that stores game assets secret-shared.
|
|
- NFT asset that references the assets.
|
|
- Python Flask website for viewing NFTs based on their properties and used
|
|
assets.
|
|
|
|
## Work in Progress
|
|
|
|
- [ ] System for uploading assets and initializing contracts.
|
|
- [ ] Attribute generation system.
|
|
- [ ] New asset contract based on Off-Chain Components.
|