Compare commits
No commits in common. "846130771e780829e8431858584dd9abe6cb040a" and "8fb91f77543b8df97db655e2ad1642040c1cec0f" have entirely different histories.
846130771e
...
8fb91f7754
1 changed files with 11 additions and 8 deletions
19
readme.md
19
readme.md
|
@ -2,6 +2,8 @@
|
|||
|
||||
A gacha-style bot for the Fediverse built with Python. Users can roll for characters, trade, duel, and perhaps engage with popularity-based mechanics. Currently designed for use with Misskey. Name comes from Kemonomimi and Fediverse.
|
||||
|
||||
=======
|
||||
|
||||
## Installation
|
||||
|
||||
## Roadmap
|
||||
|
@ -12,8 +14,9 @@ A gacha-style bot for the Fediverse built with Python. Users can roll for charac
|
|||
|
||||
### ✅ Implemented
|
||||
- 🎲 Character roll system
|
||||
- 🧠 Core database structure for cards
|
||||
- 📦 Basic support for storing pulls per player
|
||||
- 🎴 Cards stats system
|
||||
- 🧠 Core database structure for characters and stats
|
||||
- 📦 Basic support for storing pulls per user
|
||||
- ⏱️ Time-based limitations on rolls
|
||||
|
||||
### 🧩 In Progress
|
||||
|
@ -25,18 +28,18 @@ A gacha-style bot for the Fediverse built with Python. Users can roll for charac
|
|||
[See our v2.0 board for more details](https://git.waifuism.life/waifu/kemoverse/projects/3)
|
||||
|
||||
### 🛒 Gameplay & Collection
|
||||
- 🔁 **Trading system** between players
|
||||
- 🔁 **Trading system** between users
|
||||
- ⭐ **Favorite characters** (pin them or set profiles)
|
||||
- 📢 **Public post announcements** for rare card pulls
|
||||
- 📊 **Stats** for cards
|
||||
- 🎮 **Games** to play
|
||||
- ⚔️ Dueling
|
||||
- 🧮 **Leaderboards**
|
||||
- Most traded cards
|
||||
- Most owned cards
|
||||
- Most voted cards
|
||||
- Most popular cards (via usage-based popularity metrics)
|
||||
- Users with the rarest cards
|
||||
- Most traded Characters
|
||||
- Most owned Characters
|
||||
- Most voted Characters
|
||||
- Most popular Characters (via usage-based popularity metrics)
|
||||
- Users with the rarest Characters
|
||||
|
||||
### 🎨 Card Aesthetics
|
||||
- 🖼️ Simple card template for character rendering
|
||||
|
|
Loading…
Add table
Reference in a new issue