From b90d2fd684c4abc7569a817f1d727155e5365fe1 Mon Sep 17 00:00:00 2001 From: Hamza Date: Fri, 3 Feb 2023 22:20:48 +0300 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b07c7fd --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Descendants of Gods + +This repository holds contracts and interactions scripts for the blockchain based card game "Descendants of Gods" +It was done in the Avalanche Istanbul Hackathon and discontinued since. + +Project has some cool ideas +- On chain matchmaking system +- AFK punishment mechanics +- EXP token, which is a soulbound ERC20 that is earned by playing the game. +- Governance mechanics involving EXP +- Arenas, ERC721 assets in which the games are played + +Contracts are locked to `pragma 0.8.7`