Skip to content

Commit

Permalink
newbie 2 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
kanziebub committed Jan 20, 2024
1 parent c94ba2d commit df71e2d
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 2 deletions.
32 changes: 32 additions & 0 deletions Newbie/02/leaderboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: default
---

[< Home](https://kanziebub.github.io/SurvivalProtocol/)


# **Leaderboard**

### Games Played = 0

| Rank | Team Name | Total Kill | **Points** |
|:-------|:----------------------|:-----------|:-----------|
| #**1** | **Karen** | 0 | **0** |
| #**2** | **BudakHoyo** | 0 | **0** |
| #**3** | **JocelAjg** | 0 | **0** |
| #**4** | StandbyMain | 0 | 0 |
| #**5** | Carrot | 0 | 0 |
| #**6** | Rungkad | 0 | 0 |
| #**7** | TonyStark | 0 | 0 |
| #**8** | Charm | 0 | 0 |

### Penalty Log

| Game | Team Name | Penalty | Reason |
|:-------|:----------|:--------|:----------------------|
| | | | |



[< Home](https://kanziebub.github.io/SurvivalProtocol/)

42 changes: 42 additions & 0 deletions Newbie/02/teams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: default
---

[< Home](https://kanziebub.github.io/SurvivalProtocol/)

# **Newbie Mentorship 2.0: Registered Teams**

- Karen
- Mizyx
- Caffeine811
- Renal
- BudakHoyo
- Aleks
- Kimoche
- WizeRoisean
- JocelAjg
- Onryou
- Memelessvoid
- Altruizer
- StandbyMain
- Gasbux
- CloudEssence
- MiAmigoPurrely
- Carrot
- Carrot
- Raisu
- Krillix
- Rungkad
- Kenpid
- MrRob0tsZ
- NCRealm
- TonyStark
- Luminears
- Pengokopcuko
- HPTBlooo
- Charm
- Rion
- SunseedBorgar
- Hecaterina

[< Home](https://kanziebub.github.io/SurvivalProtocol/)
4 changes: 4 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ EPIC S3 Open (25 Nov & 2 Dec 2023):
- [Qualifiers Leaderboard](./EPIC/03/qualifiers.md)
- [Finals Leaderboard](./EPIC/03/finals.md)
- [Anti-OTP](./EPIC/03/anti-otp.md)

Newbie Mentorship 2.0 (20 Jan 2024):
- [Registered Teams]
- [Leaderboard]
7 changes: 5 additions & 2 deletions leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,13 @@ def write_page(target, page_md):
# https://docs.google.com/spreadsheets/d/1rgwbKUNxfOgDte29NnJ9Rmfg2Umz6qzpO1Qk2-D1l4o/edit?usp=sharing
# Finals
# https://docs.google.com/spreadsheets/d/1-xXH_T36FAajsApcl4k_Ha1aT-5VR2hhLfNJLVI7rys/edit#gid=1885268704

# Newbie Tournament 2.0 20 Jan 2024
# https://docs.google.com/spreadsheets/d/1_74atS-on-fS4X7jvD9HxBlikC4y0ZtSPeW-rHke8G8/edit#gid=1885268704

def single():
target = "./EPIC/03/finals.md"
sheetID = "1-xXH_T36FAajsApcl4k_Ha1aT-5VR2hhLfNJLVI7rys"
target = "./Newbie/02/leaderboard.md"
sheetID = "1_74atS-on-fS4X7jvD9HxBlikC4y0ZtSPeW-rHke8G8"
sheetName = "ERCT"
penalty_placeholder = "| | | | | \n"

Expand Down

0 comments on commit df71e2d

Please sign in to comment.