EXAPUNKS

EXAPUNKS

Not enough ratings
DAY 2.2 : ROCK PAPER SCISSORS (ADVENT OF CODE 2022)
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
9.724 KB
2 Dec, 2022 @ 5:44pm
1 Change Note ( view )

Subscribe to download
DAY 2.2 : ROCK PAPER SCISSORS (ADVENT OF CODE 2022)

In 1 collection by Jumper
Advent of Code 2022
8 items
Description
An Exapunks implementation of https://adventofcode.com/2022/day/2

Problem Description
The only difference to Part-1 is the meaning of X,Y,Z. It is now [X = Lose, Y = Draw, Z = Win].
In case you forgot the old rules:
Since the result is in range [0, 15000], you are expected to output 'result - 9000'. (so '13279' becomes '4279')
File 200 contains the Encoded Strategy Guide. Create a new file in your host that stores your score after all rounds.
Score is based on the outcome (Win = 6, Draw = 3, Lose = 0), and your shape (Rock = 1, Paper = 2, Scissors = 3).