Skip to content

TianyiPeng/prompt-chess-game-vibe-coding-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Prompt Game Tournament Results - Web Display Exercise

Exercise Description

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.

Data Structure

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
  • prompt_collection/: Individual player configuration files (YAML format)

Your Task

Create a website that displays the tournament results with the following requirements:

Minimum Requirements

  1. Display the leaderboard - Show all players ranked by their final standings
  2. Visualize statistics - Include charts or graphs showing:
    • Win rates
    • Rating distributions
    • Game statistics (wins, draws, losses)
  3. Player details - Allow users to view individual player statistics
  4. Responsive design - The website should work on desktop and mobile devices

Suggested Features (Optional)

  • Interactive filtering and sorting
  • Search functionality for players
  • Comparison view between players
  • Export functionality
  • Dark/light theme toggle

Getting Started

  1. Clone this repository
  2. Explore the data files to understand the structure
  3. Choose your tech stack (e.g., HTML/CSS/JavaScript, React, Vue, Python Flask/Django, etc.)
  4. Build your website to display the results
  5. Test your implementation
  6. Submit your solution

Data Preview

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

Submission

Include:

  • Your source code
  • A brief README explaining your approach
  • Screenshots or a demo link (if hosted)

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published