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!
|
||||
|
||||
|
|
|
@ -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">
|
||||
</p>
|
||||
|
||||
## 📝 Docs
|
||||
|
||||
👉 [**Start reading the docs**](./docs/index.md)
|
||||
|
||||
🤌 [**Install instructions for those in a rush**](docs/install.md)
|
||||
|
||||
## 🔧 Features
|
||||
|
||||
### ✅ 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
|
||||
- 📦 Basic support for storing pulls per player
|
||||
- ⏱️ Time-based limitations on rolls
|
||||
- ⚠️ Explicit account creation/deletion
|
||||
|
||||
### 🧩 In Progress
|
||||
- 📝 Whitelist system to limit access
|
||||
- ⚠️ Explicit account creation/deletion
|
||||
|
||||
|
||||
## 🧠 Roadmap
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue