This commit is contained in:
2026-07-18 15:21:20 -04:00
parent 6062d5b60c
commit 74f065e0f5
51 changed files with 634 additions and 285 deletions
+7 -1
View File
@@ -3,24 +3,30 @@
To enhance the utility of the site for the community, I suggest adding the following features:
## 1. Advanced Deck Analytics
- **Mana Curve Visualization**: A bar chart showing the distribution of card costs in a deck.
- **Type Breakdown**: A pie chart showing the ratio of Spells, Units, and Divers.
- **Syndicate Compatibility**: An indicator showing how well the deck aligns with its chosen Syndicate or Faction.
## 2. Interactive Card Browser Enhancements
- **Hover Previews**: Hovering over a card name in a deck list or doc should show a popup of the card image.
- **Advanced Filtering**: Filter by keyword (e.g., "Silence", "Phasetide"), set, rarity, and artist.
- **Related Cards**: On a card's detail page, show cards that frequently appear in decks alongside it.
## 3. Social and Community Features
- **Deck Sharing**: Generate a unique URL or exportable "Deck Code" for sharing.
- **User Ratings**: Allow logged-in users to rate decks or comment on card strategies.
- **Public vs. Private Decks**: Toggle visibility for decks in "My Decks".
## 4. Agent Customization and Progression
- **Agent Skill Tree**: If the game features agent progression, a visualizer for skill trees or equipment.
- **Win-Rate Tracking**: Integration with match history to show win rates for specific Agents or Syndicates.
## 5. Game State Simulator (Sandboxing)
- **Starting Hand Simulator**: A button to "Draw 5" from a built deck to test opening hand consistency.
- **Combat Calculator**: A simple tool to calculate damage outcomes between two units with various debuffs/buffs applied.
- **Combat Calculator**: A simple tool to calculate damage outcomes between two units with various debuffs/buffs
applied.
+19 -8
View File
@@ -1,15 +1,26 @@
# Website Opinions - Chrono CCG Reference
The "Slop Game Reference" website for Chrono CCG provides a solid foundation for a digital card game companion tool. Here are my opinions on the current state of the website and its content:
The "Slop Game Reference" website for Chrono CCG provides a solid foundation for a digital card game companion tool.
Here are my opinions on the current state of the website and its content:
## Strengths
- **Clean Aesthetic**: The dark theme and "hero glow" effects (seen on the Home page) align well with a modern CCG aesthetic.
- **Comprehensive Data**: Integration with a Telerik Grid for Agents and a dedicated Docs section indicates a focus on data density and rule clarity.
- **Clean Aesthetic**: The dark theme and "hero glow" effects (seen on the Home page) align well with a modern CCG
aesthetic.
- **Comprehensive Data**: Integration with a Telerik Grid for Agents and a dedicated Docs section indicates a focus on
data density and rule clarity.
- **Quick Navigation**: The home page provides immediate access to core functions like browsing cards and viewing decks.
- **Dynamic Elements**: The "Free Pack Countdown" adds a layer of interactivity and engagement, simulating a live game environment.
- **Dynamic Elements**: The "Free Pack Countdown" adds a layer of interactivity and engagement, simulating a live game
environment.
## Areas for Improvement
- **"Slop Game" Branding**: The term "Slop Game Reference" in the title and hero section might be perceived as self-deprecating or confusing to new users. If "Slop" isn't a specific in-game term, a more professional name like "Chrono CCG Nexus" or "Archive" might be better.
- **Visual Feedback**: Some pages (like the Agents grid) could benefit from more visual flair beyond standard data tables, such as agent portraits or faction-themed styling.
- **Content Discoverability**: While the Docs section exists, it could be better integrated with the card browser (e.g., clicking a keyword on a card takes you to the relevant Doc entry).
- **Mobile Experience**: Ensuring the heavy data tables and deck builder UI translate well to mobile devices is crucial for players who might use this as a second-screen reference during live play.
- **"Slop Game" Branding**: The term "Slop Game Reference" in the title and hero section might be perceived as
self-deprecating or confusing to new users. If "Slop" isn't a specific in-game term, a more professional name like "
Chrono CCG Nexus" or "Archive" might be better.
- **Visual Feedback**: Some pages (like the Agents grid) could benefit from more visual flair beyond standard data
tables, such as agent portraits or faction-themed styling.
- **Content Discoverability**: While the Docs section exists, it could be better integrated with the card browser (e.g.,
clicking a keyword on a card takes you to the relevant Doc entry).
- **Mobile Experience**: Ensuring the heavy data tables and deck builder UI translate well to mobile devices is crucial
for players who might use this as a second-screen reference during live play.