My entries to the yearly advent calendar full of programming puzzles. See https://adventofcode.com/2022/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peery a77ad30e10 Day 2 (Puzzle 1) - Rock, Paper, Scissor
Successfully finished the first puzzle in which rock, paper scissor had to be evaluated into points and summed up. I wonder if there is a more elegant way of checking for wins vs losses.
1 year ago
calories Day 1 - Calorie Counting 1 year ago
entities Day 2 (Puzzle 1) - Rock, Paper, Scissor 1 year ago
input Day 2 (Puzzle 1) - Rock, Paper, Scissor 1 year ago
rockpaperscissor Day 2 (Puzzle 1) - Rock, Paper, Scissor 1 year ago
.gitignore Init commit 1 year ago
main.py Day 2 (Puzzle 1) - Rock, Paper, Scissor 1 year ago
main_day1.py Day 2 (Puzzle 1) - Rock, Paper, Scissor 1 year ago