This repository contains tournament results data from a prompt-based game competition. Your task is to create a website that displays these results in an engaging and informative way.
The data/ folder contains:
final_standings.csv: Tournament standings with player rankings, ratings, and game statistics- Columns:
Rank,Player,Rating_Mu,Rating_Sigma,Wins,Draws,Losses,Games,Win_Rate
- Columns:
prompt_collection/: Individual player configuration files (YAML format)
Create a website that displays the tournament results with the following requirements:
- Display the leaderboard - Show all players ranked by their final standings
- Visualize statistics - Include charts or graphs showing:
- Win rates
- Rating distributions
- Game statistics (wins, draws, losses)
- Player details - Allow users to view individual player statistics
- Responsive design - The website should work on desktop and mobile devices
- Interactive filtering and sorting
- Search functionality for players
- Comparison view between players
- Export functionality
- Dark/light theme toggle
- Clone this repository
- Explore the data files to understand the structure
- Choose your tech stack (e.g., HTML/CSS/JavaScript, React, Vue, Python Flask/Django, etc.)
- Build your website to display the results
- Test your implementation
- Submit your solution
The tournament includes multiple players with their game statistics. Each player has:
- A ranking position
- Rating metrics (Mu and Sigma)
- Win/Draw/Loss record
- Total games played
- Win rate percentage
Include:
- Your source code
- A brief README explaining your approach
- Screenshots or a demo link (if hosted)
MIT License