EXAPUNKS
评价数不足
DAY 2.2 : ROCK PAPER SCISSORS (ADVENT OF CODE 2022)
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
9.724 KB
2022 年 12 月 2 日 下午 5:44
1 项改动说明 ( 查看 )

订阅以下载
DAY 2.2 : ROCK PAPER SCISSORS (ADVENT OF CODE 2022)

在 Jumper 的 1 个合集中
Advent of Code 2022
8 件物品
描述
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).