Skip to content

Gerome/AdventOfCode2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

206 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 
                             ))    ((
                            //      \.
                           | \____// |
                          \~/ ~    ~\/~~/
                           (|    _/o  ~~
                            /  /     ,|
                           (~~~)__.-\ |
                            ``~~    | |
                             |      | |
- ██╗      █████╗ ██████╗ ██╗      █████╗ ███╗   ██╗██████╗
| ██║     ██╔══██╗██╔══██╗██║     ██╔══██╗████╗  ██║██╔══██╗
| ██║     ███████║██████╔╝██║     ███████║██╔██╗ ██║██║  ██║
| ██║     ██╔══██║██╔═══╝ ██║     ██╔══██║██║╚██╗██║██║  ██║
- ███████╗██║  ██║██║     ███████╗██║  ██║██║ ╚████║██████╔╝
  ╚══════╝╚═╝  ╚═╝╚═╝     ╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝╚═════╝
-  ██████╗  ██████╗ ██╗     ███████╗     ██████╗██╗     ██╗   ██╗██████╗
| ██╔════╝ ██╔═══██╗██║     ██╔════╝    ██╔════╝██║     ██║   ██║██╔══██╗
| ██║  ███╗██║   ██║██║     █████╗      ██║     ██║     ██║   ██║██████╔╝
| ██║   ██║██║   ██║██║     ██╔══╝      ██║     ██║     ██║   ██║██╔══██╗
- ╚██████╔╝╚██████╔╝███████╗██║         ╚██████╗███████╗╚██████╔╝██████╔╝
   ╚═════╝  ╚═════╝ ╚══════╝╚═╝          ╚═════╝╚══════╝ ╚═════╝ ╚═════╝
                              
                              
                        /                                               
           , , , o _   /_  o ____  _,    __  , __ . .                   
          (_(_/_<_/_)_/ /_<_/ / <_(_)_  / (_/_(_)(_/_                   
                                   /|      /                            
                                  |/      '                             
                                     __                                 
                                    /  )/            _/_                
 __.    ______  _  __  __  __  ,   /   /_  __  o _   /  ______  __.  _  
(_/|_  / / / <_</_/ (_/ (_/ (_/_  (__// /_/ (_<_/_)_<__/ / / <_(_/|_/_)_
                             /                                          
                            '                                           
 
 
@@         _   _                        ____        _                   @@
@@        | | | | ___  _   _ ___  ___  |  _ \ _   _| | ___  ___         @@
@@        | |_| |/ _ \| | | / __|/ _ \ | |_) | | | | |/ _ \/ __|        @@
@@        |  _  | (_) | |_| \__ \  __/ |  _ <| |_| | |  __/\__ \        @@
@@        |_| |_|\___/ \__,_|___/\___| |_| \_\__,_|_|\___||___/         @@
                                              
 
@@ Out on the field: @@
+ these rules help the score keeping elves, try to stick to them!
! - input unaltered from how AoC gives it
! - changing langs is just not cricket
! - scripts must be self-contained & their own entry point
! - use any file structure you want
! - whitespace counts but comments & surrounding whitespace don't
! - comments must start on their own lines, with // or # (else they'll get scored!)
!   if you need indentation, use exactly 4 spaces
-   note: if there are characters before these on the line, 
-   they will be scored (unless its a comment line)
! - jester entries count for bragging points
!   if a jester entry scores less, then it replaces the serious answer's score
! - (Optional) if parts of a challenge are really similar, only latest will be kept
! - gameover for solving at midnight! (unless club ref calls extra time)
! - you can revise old games, but only if they were solved that day & only within reason
 
@@ Latecomer rules: @@
+ if you're late to the party, catch up quick as you can, ignore the last rule above till then.
 
@@ Spectator rules: @@
+ if you want to join but don't fancy the competing then set your
+ .scorecard as "# Spectating with a cool drink" (without quotes) 
+ then just leave the rest blank unless you change your mind!
 
@@ Today's playing conditions: @@
! - heavy snow
! - some polar bear sightings
 
@@ wtf is going on with this readme!?? @@
! - it's a Christmas miracle ;) Ho ho ho 
- - please don't edit this file, talk to Club VP Eric first
 
 
 
 
@@         ____                              @@
@@        / ___|  ___ ___  _ __ ___  ___     @@
@@        \___ \ / __/ _ \| '__/ _ \/ __|    @@
@@         ___) | (_| (_) | | |  __/\__ \    @@
@@        |____/ \___\___/|_|  \___||___/    @@ 


@@ Scorecard Breakdown: @@
# Colour indicates effect on running average score!

! Ben
   Day 1 ⟶ Ben/Day1/solution.js scores [275]     ⁽ᵃᵛᵍ ²⁷⁵⁾
+  Day 2 ⟶ Ben/Day2/solution.js scores [256]     ⁽ᵃᵛᵍ ²⁶⁵⁾
+  Day 3 ⟶ Ben/Day3/solution.js scores [241]     ⁽ᵃᵛᵍ ²⁵⁷⁾
-  Day 4 ⟶ Ben/Day4/solution.js scores [862]     ⁽ᵃᵛᵍ ⁴⁰⁸⁾
+  Day 5 ⟶ Ben/Day5/solution.js scores [182]     ⁽ᵃᵛᵍ ³⁶³⁾
+  Day 6 ⟶ Ben/Day6/solution.js scores [279]     ⁽ᵃᵛᵍ ³⁴⁹⁾

! Eric
# Golfing in Bash & snow boots. Falling down a bunch
   Day 1 Part 2 ⟶ Eric/1-jest.sh scores [103]     ⁽ᵃᵛᵍ ¹⁰³⁾
-  Day 2 Part 1 ⟶ Eric/2.1.sh scores [140]     ⁽ᵃᵛᵍ ¹²¹⁾
-  Day 2 Part 2 ⟶ Eric/2.2.sh scores [181]     ⁽ᵃᵛᵍ ¹⁴¹⁾
+  Day 3 Part 1 ⟶ Eric/3.1.sh scores [116]     ⁽ᵃᵛᵍ ¹³⁵⁾
-  Day 3 Part 2 ⟶ Eric/3.2.sh scores [243]     ⁽ᵃᵛᵍ ¹⁵⁶⁾
-  Day 4 Part 1 ⟶ Eric/4.1.sh scores [183]     ⁽ᵃᵛᵍ ¹⁶¹⁾
-  Day 4 Part 2 ⟶ Eric/4.2.sh scores [461]     ⁽ᵃᵛᵍ ²⁰³⁾
+  Day 5 Part 1 ⟶ Eric/5.1.sh scores [95]     ⁽ᵃᵛᵍ ¹⁹⁰⁾
+  Day 5 Part 2 ⟶ Eric/5.2.sh scores [173]     ⁽ᵃᵛᵍ ¹⁸⁸⁾
+  Day 6 Part 1 ⟶ Eric/6.1.sh scores [155]     ⁽ᵃᵛᵍ ¹⁸⁵⁾
-  Day 6 Part 2 ⟶ Eric/6.2.sh scores [215]     ⁽ᵃᵛᵍ ¹⁸⁷⁾
-  Day 7 Part 1 ⟶ Eric/7.1.sh scores [199]     ⁽ᵃᵛᵍ ¹⁸⁸⁾
-  Day 7 Part 2 ⟶ Eric/7.2.sh scores [228]     ⁽ᵃᵛᵍ ¹⁹¹⁾
+  Day 8 Part 1 ⟶ Eric/8.1.sh scores [156]     ⁽ᵃᵛᵍ ¹⁸⁹⁾
-  Day 12 Part 1 ⟶ Eric/12.1.sh scores [312]     ⁽ᵃᵛᵍ ¹⁹⁷⁾
-  Day 12 Part 2 ⟶ Eric/12.2.sh scores [343]     ⁽ᵃᵛᵍ ²⁰⁶⁾
+  Day 13 Part 1 ⟶ Eric/13.1.sh scores [158]     ⁽ᵃᵛᵍ ²⁰³⁾

! Gerome
   Day 1 Part 1 ⟶ Gerome/day1/day1_1.py scores [161]     ⁽ᵃᵛᵍ ¹⁶¹⁾
-  Day 1 Part 2 ⟶ Gerome/day1/day1_2.py scores [179]     ⁽ᵃᵛᵍ ¹⁷⁰⁾
-  Day 2 Part 1 ⟶ Gerome/day2/day2_1.py scores [383]     ⁽ᵃᵛᵍ ²⁴¹⁾
+  Day 2 Part 2 ⟶ Gerome/day2/day2_2.py scores [138]     ⁽ᵃᵛᵍ ²¹⁵⁾
-  Day 3 Part 1 ⟶ Gerome/day3/day3_1.py scores [237]     ⁽ᵃᵛᵍ ²¹⁹⁾
-  Day 3 Part 2 ⟶ Gerome/day3/day3_2.py scores [539]     ⁽ᵃᵛᵍ ²⁷²⁾
-  Day 4 Part 1 ⟶ Gerome/day4/day4_1.py scores [298]     ⁽ᵃᵛᵍ ²⁷⁶⁾
-  Day 4 Part 2 ⟶ Gerome/day4/day4_2.py scores [1065]     ⁽ᵃᵛᵍ ³⁷⁵⁾
+  Day 5 Part 1 ⟶ Gerome/day5/day5_1.py scores [347]     ⁽ᵃᵛᵍ ³⁷¹⁾
-  Day 5 Part 2 ⟶ Gerome/day5/day5_2.py scores [442]     ⁽ᵃᵛᵍ ³⁷⁸⁾
+  Day 6 Part 1 ⟶ Gerome/day6/day6_1.py scores [134]     ⁽ᵃᵛᵍ ³⁵⁶⁾
+  Day 6 Part 2 ⟶ Gerome/day6/day6_2.py scores [190]     ⁽ᵃᵛᵍ ³⁴²⁾

! Joe
   Day 1 Part 1 ⟶ Joe/1/golf/1_1.sc scores [112]     ⁽ᵃᵛᵍ ¹¹²⁾
-  Day 1 Part 2 ⟶ Joe/1/golf/1_2.sc scores [118]     ⁽ᵃᵛᵍ ¹¹⁵⁾
-  Day 2 Part 1 ⟶ Joe/2/golf/2_1.sc scores [158]     ⁽ᵃᵛᵍ ¹²⁹⁾
-  Day 2 Part 2 ⟶ Joe/2/golf/2_2.sc scores [162]     ⁽ᵃᵛᵍ ¹³⁷⁾
+  Day 3 Part 1 ⟶ Joe/3/golf/3_1_boring.sc scores [90]     ⁽ᵃᵛᵍ ¹²⁸⁾
-  Day 3 Part 2 ⟶ Joe/3/golf/3_2_boring.sc scores [220]     ⁽ᵃᵛᵍ ¹⁴³⁾


@@ Scorecard Totals: @@
! Ben scores a total [2095]
! Eric scores a total [3461]
! Gerome scores a total [4113]
+ Joe scores a total [860]


@@ Scorecard Averages: @@
! Ben ⟶ [2095] ÷ [6] files ⟶ [349]
! Eric ⟶ [3461] ÷ [17] files ⟶ [203]
! Gerome ⟶ [4113] ÷ [12] files ⟶ [342]
+ Joe ⟶ [860] ÷ [6] files ⟶ [143]


@@ Global Breakdown: @@
+ This covers all files, including those which do not
+ appear on scorecards. This is for informational
+ purposes only and is not regarded in any way as 
+ counting towards scores or averages. 
! ./Ben/Day1/solution.js scores [275] ⁽²⁷⁵⁾
! ./Ben/Day2/solution.js scores [256] ⁽⁵³¹⁾
! ./Ben/Day3/solution.js scores [241] ⁽⁷⁷²⁾
! ./Ben/Day4/solution.js scores [862] ⁽¹⁶³⁴⁾
! ./Ben/Day5/solution.js scores [182] ⁽¹⁸¹⁶⁾
! ./Ben/Day6/solution.js scores [279] ⁽²⁰⁹⁵⁾
! ./Ben/Day8/solution.js scores [426] ⁽²⁵²¹⁾
! ./Eric/1-jest.sh scores [103] ⁽¹⁰³⁾
! ./Eric/1.sh scores [113] ⁽²¹⁶⁾
! ./Eric/12.1.sh scores [312] ⁽⁵²⁸⁾
! ./Eric/12.2.sh scores [343] ⁽⁸⁷¹⁾
! ./Eric/13.1.sh scores [158] ⁽¹⁰²⁹⁾
! ./Eric/13.2.sh scores [0] ⁽¹⁰²⁹⁾
! ./Eric/2.1.sh scores [140] ⁽¹¹⁶⁹⁾
! ./Eric/2.2.sh scores [181] ⁽¹³⁵⁰⁾
! ./Eric/3.1.sh scores [116] ⁽¹⁴⁶⁶⁾
! ./Eric/3.2.sh scores [243] ⁽¹⁷⁰⁹⁾
! ./Eric/4.1.sh scores [183] ⁽¹⁸⁹²⁾
! ./Eric/4.2.sh scores [461] ⁽²³⁵³⁾
! ./Eric/5.1.sh scores [95] ⁽²⁴⁴⁸⁾
! ./Eric/5.2.sh scores [173] ⁽²⁶²¹⁾
! ./Eric/6.1.sh scores [155] ⁽²⁷⁷⁶⁾
! ./Eric/6.2.sh scores [215] ⁽²⁹⁹¹⁾
! ./Eric/7.1.sh scores [199] ⁽³¹⁹⁰⁾
! ./Eric/7.2.sh scores [228] ⁽³⁴¹⁸⁾
! ./Eric/8.1.sh scores [156] ⁽³⁵⁷⁴⁾
! ./Eric/8.2.sh scores [0] ⁽³⁵⁷⁴⁾
! ./Gerome/day1/day1_1.py scores [161] ⁽¹⁶¹⁾
! ./Gerome/day1/day1_2.py scores [179] ⁽³⁴⁰⁾
! ./Gerome/day10/day10_1.py scores [323] ⁽⁶⁶³⁾
! ./Gerome/day10/day10_2.py scores [571] ⁽¹²³⁴⁾
! ./Gerome/day11/day11_1.py scores [0] ⁽¹²³⁴⁾
! ./Gerome/day2/day2_1.py scores [383] ⁽¹⁶¹⁷⁾
! ./Gerome/day2/day2_2.py scores [138] ⁽¹⁷⁵⁵⁾
! ./Gerome/day3/day3_1.py scores [237] ⁽¹⁹⁹²⁾
! ./Gerome/day3/day3_2.py scores [539] ⁽²⁵³¹⁾
! ./Gerome/day4/day4_1.py scores [298] ⁽²⁸²⁹⁾
! ./Gerome/day4/day4_2.py scores [1065] ⁽³⁸⁹⁴⁾
! ./Gerome/day5/day5_1.py scores [347] ⁽⁴²⁴¹⁾
! ./Gerome/day5/day5_2.py scores [442] ⁽⁴⁶⁸³⁾
! ./Gerome/day6/day6_1.py scores [134] ⁽⁴⁸¹⁷⁾
! ./Gerome/day6/day6_2.py scores [190] ⁽⁵⁰⁰⁷⁾
! ./Gerome/day7/day7_1.py scores [737] ⁽⁵⁷⁴⁴⁾
! ./Gerome/day8/day8_1.py scores [406] ⁽⁶¹⁵⁰⁾
! ./Gerome/day8/day8_2.py scores [1051] ⁽⁷²⁰¹⁾
! ./Gerome/day9/day9_1.py scores [356] ⁽⁷⁵⁵⁷⁾
! ./Gerome/day9/day9_2.py scores [399] ⁽⁷⁹⁵⁶⁾
! ./Joe/1/1.sc scores [801] ⁽⁸⁰¹⁾
! ./Joe/1/golf/1_1.sc scores [112] ⁽⁹¹³⁾
! ./Joe/1/golf/1_2.sc scores [118] ⁽¹⁰³¹⁾
! ./Joe/2/2.sc scores [1134] ⁽²¹⁶⁵⁾
! ./Joe/2/golf/2_1.sc scores [158] ⁽²³²³⁾
! ./Joe/2/golf/2_2.sc scores [162] ⁽²⁴⁸⁵⁾
! ./Joe/3/3.sc scores [602] ⁽³⁰⁸⁷⁾
! ./Joe/3/golf/3_1.sc scores [111] ⁽³¹⁹⁸⁾
! ./Joe/3/golf/3_1_boring.sc scores [90] ⁽³²⁸⁸⁾
! ./Joe/3/golf/3_2.sc scores [247] ⁽³⁵³⁵⁾
! ./Joe/3/golf/3_2_boring.sc scores [220] ⁽³⁷⁵⁵⁾
+ note: this ignores txt, md and extensionless files!



Updated 13/12/2020 15:42:40 Local time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors