docs
This commit is contained in:
parent
3626949020
commit
62cc80033d
2 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# 🎲 Kemoverse Gacha Game Documentation
|
# 🎲 Kemoverse Documentation
|
||||||
|
|
||||||
Welcome to the developer documentation for **Kemoverse**, a gacha trading card game in the Fediverse!
|
Welcome to the developer documentation for **Kemoverse**, a gacha trading card game in the Fediverse!
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,12 @@ A gacha-style bot for the Fediverse built with Python. Users can roll for charac
|
||||||
<img src="./web/static/logo.png" alt="Fediverse Gacha Bot Logo" width="300" height="auto">
|
<img src="./web/static/logo.png" alt="Fediverse Gacha Bot Logo" width="300" height="auto">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
## 📝 Docs
|
||||||
|
|
||||||
|
👉 [**Start reading the docs**](./docs/index.md)
|
||||||
|
|
||||||
|
🤌 [**Install instructions for those in a rush**](docs/install.md)
|
||||||
|
|
||||||
## 🔧 Features
|
## 🔧 Features
|
||||||
|
|
||||||
### ✅ Implemented
|
### ✅ Implemented
|
||||||
|
@ -12,10 +18,11 @@ A gacha-style bot for the Fediverse built with Python. Users can roll for charac
|
||||||
- 🧠 Core database structure for cards
|
- 🧠 Core database structure for cards
|
||||||
- 📦 Basic support for storing pulls per player
|
- 📦 Basic support for storing pulls per player
|
||||||
- ⏱️ Time-based limitations on rolls
|
- ⏱️ Time-based limitations on rolls
|
||||||
|
- ⚠️ Explicit account creation/deletion
|
||||||
|
|
||||||
### 🧩 In Progress
|
### 🧩 In Progress
|
||||||
- 📝 Whitelist system to limit access
|
- 📝 Whitelist system to limit access
|
||||||
- ⚠️ Explicit account creation/deletion
|
|
||||||
|
|
||||||
## 🧠 Roadmap
|
## 🧠 Roadmap
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue