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

Add Banner #37

Merged
merged 4 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![banner](assets/cover.jpg)

# Unification Cup

Micro-rollup for [Avail's Unification Cup 2024](https://lu.ma/tffffuwf)
Expand All @@ -7,7 +9,8 @@ Micro-rollup for [Avail's Unification Cup 2024](https://lu.ma/tffffuwf)
```ts
type LeagueState = {
admins: string[];
meta: { // metadata about the tournament
meta: {
// metadata about the tournament
round: number;
startTime: number;
endTime: number;
Expand Down Expand Up @@ -35,14 +38,14 @@ type LeagueState = {
teamId: number;
removedAt?: number;
}[];
logs: { // logs of all the actions performed in the tournament
logs: {
// logs of all the actions performed in the tournament
playerId: number;
matchId?: number;
timestamp: number;
action: string;
}[];
};

```

## Transition Functions
Expand Down
Binary file added assets/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading