Skip to content

feat(general): show stats from 'best' game on /general#670

Draft
jacobk999 wants to merge 6 commits intomainfrom
feat/general-game-stats
Draft

feat(general): show stats from 'best' game on /general#670
jacobk999 wants to merge 6 commits intomainfrom
feat/general-game-stats

Conversation

@jacobk999
Copy link
Copy Markdown
Member

  • Also removes gifts sent
    image
    image

@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 9, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
statsify Ready Ready Preview Comment Aug 29, 2025 3:40pm

@ugcodrr
Copy link
Copy Markdown
Member

ugcodrr commented May 5, 2026

Maybe we should make this a seperate page (and we can also add like top 2 games and total kills/total wins etc)

this.vampire = new VampireZVampire(data, "vampire");

this.overallWins = add(this.human.wins, this.vampire.wins);
this.wins = add(this.human.wins, this.vampire.wins);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't we need a script to update the keys for everyone (since old players will have this stored value under overallWins ? or nah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants