Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDC Leaderboard tasks #29

Open
13 of 16 tasks
bruno-garcia opened this issue Mar 8, 2024 · 1 comment
Open
13 of 16 tasks

GDC Leaderboard tasks #29

bruno-garcia opened this issue Mar 8, 2024 · 1 comment
Assignees
Milestone

Comments

@bruno-garcia
Copy link
Member

bruno-garcia commented Mar 8, 2024

        if (context.Request.Query["game-over"].FirstOrDefault() is not null)
        {
            _logger.LogInformation("Game play ended!");
            return;
        }
        // here it writes the end of the JSON object so we're bailing early

Stretch goal:

Endpoint that runs the raffle with the following logic:

everyone who plays get at least 1 entry
top players #6-10 gets 2 entries
top players $3-5 gets 3 entries
player #2 gets 4 entries
player #1 gets 5 entries
  • anti cheat service AOT compiled for fast startup (serverless)
@bruno-garcia
Copy link
Member Author

bruno-garcia commented Mar 17, 2024

Stack trace linking doesn't seem to work:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants