From df71e2d2a6811e0f042f1b62ad9c93ed52bd4507 Mon Sep 17 00:00:00 2001 From: Nabila Khansa Date: Sat, 20 Jan 2024 19:09:03 +0700 Subject: [PATCH] newbie 2 ready --- Newbie/02/leaderboard.md | 32 ++++++++++++++++++++++++++++++ Newbie/02/teams.md | 42 ++++++++++++++++++++++++++++++++++++++++ index.md | 4 ++++ leaderboard.py | 7 +++++-- 4 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 Newbie/02/leaderboard.md create mode 100644 Newbie/02/teams.md diff --git a/Newbie/02/leaderboard.md b/Newbie/02/leaderboard.md new file mode 100644 index 0000000..67a8aca --- /dev/null +++ b/Newbie/02/leaderboard.md @@ -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/) + \ No newline at end of file diff --git a/Newbie/02/teams.md b/Newbie/02/teams.md new file mode 100644 index 0000000..964b150 --- /dev/null +++ b/Newbie/02/teams.md @@ -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/) diff --git a/index.md b/index.md index 9cd600f..f183377 100644 --- a/index.md +++ b/index.md @@ -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] diff --git a/leaderboard.py b/leaderboard.py index a3fd077..96ccaa6 100644 --- a/leaderboard.py +++ b/leaderboard.py @@ -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"