Skip to content

Commit

Permalink
gamme02
Browse files Browse the repository at this point in the history
  • Loading branch information
kanziebub committed Jan 20, 2024
1 parent ca335db commit c920bcd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Newbie/02/leaderboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ layout: default

# **Leaderboard**

### Games Played = 1
### Games Played = 2

| Rank | Team Name | Total Kill | **Points** |
|:-------|:----------------------|:-----------|:-----------|
| #**1** | **BudakHoyo** | 15 | **38** |
| #**2** | **Elsword** | 15 | **35** |
| #**3** | **JocelAjg** | 14 | **31** |
| #**4** | Carrot | 10 | 20 |
| #**5** | Karen | 3 | 6 |
| #**6** | StandbyMain | 3 | 6 |
| #**7** | Rungkad | 2 | 6 |
| #**8** | Charm | 1 | 2 |
| #**1** | **Elsword** | 28 | **69** |
| #**2** | **BudakHoyo** | 24 | **57** |
| #**3** | **JocelAjg** | 21 | **45** |
| #**4** | Carrot | 11 | 22 |
| #**5** | Charm | 8 | 21 |
| #**6** | Karen | 10 | 18 |
| #**7** | StandbyMain | 9 | 18 |
| #**8** | Rungkad | 6 | 14 |

### Penalty Log

| Game | Team Name | Penalty | Reason |
|:-------|:----------|:--------|:----------------------|
| | | | |
| 02 | Karen | -2 | Non-Player Death |



Expand Down
2 changes: 1 addition & 1 deletion leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def single():
""" + set_leaderboard(df)
+ get_penalty_table()
+ penalty_placeholder
+ set_penalty("02", "Karen", "-2", "Non-Player Death")
+ " \n \n")

page_md = (get_header()
Expand Down

0 comments on commit c920bcd

Please sign in to comment.