- 11
- 41 553
zapakh
United States
เข้าร่วมเมื่อ 6 ม.ค. 2021
Steamboat Willie but without animal cruelty
Please enjoy this edit in honor of Public Domain Day 2024
มุมมอง: 1 963
วีดีโอ
The Farmer Was Replaced, timed run in 29:58 [no code]
มุมมอง 39Kปีที่แล้ว
Turn on subtitles for commentary! The Farmer Was Replaced is a game about programming a farming drone to manage a farm. Once you've played casually, you can reach the leaderboard by writing a single program to climb the tech tree again from the beginning. This is one such run. The solution code is not shown, but the drone's behavior may answer some questions about the game mechanics. The versio...
Solving Kilordle in Python
มุมมอง 1502 ปีที่แล้ว
Kilordle, written by jonesnxt, is a Wordle variant in which you play 1000 Wordle games at once. To make things faster, you are not required to guess each word exactly. Instead, a word is considered solved when each of its letters has been guessed in the correct position, but not necessarily in the same guess. To help you out, the individual games are sorted so that the ones you are closest to s...
Advent of Code 2021 - Day 7
มุมมอง 583 ปีที่แล้ว
I'm sorry Advent of Code: adventofcode.com My Twitch: twitch.tv/zapakh
Advent of Code 2021 - Day 6
มุมมอง 143 ปีที่แล้ว
Lanternfish. Lanternfish everywhere. Advent of Code: adventofcode.com My Twitch: twitch.tv
Advent of Code 2021 - Day 5
มุมมอง 173 ปีที่แล้ว
Count the lines. Advent of Code: adventofcode.com My Twitch: twitch.tv/zapakh
Advent of Code 2021 - Day 4
มุมมอง 253 ปีที่แล้ว
The one with the giant squid who plays bingo. Advent of Code: adventofcode.com My Twitch: twitch.tv/zapakh
Advent of Code 2021 - Day 3
มุมมอง 123 ปีที่แล้ว
The first 2 minutes are missing because my mic was muted. Also, there are jump cuts because I was splitting my attention between Advent and another stream format. Advent of Code: adventofcode.com My Twitch: twitch.tv/zapakh
Advent of Code 2021 - Day 2
มุมมอง 243 ปีที่แล้ว
Using Python, and then using LibreOffice Calc. Advent of Code: adventofcode.com My Twitch channel: twitch.tv/zapakh
Advent of Code 2021 - Day 1
มุมมอง 633 ปีที่แล้ว
Advent of Code is an annual programming challenge created by Eric Wastl. This is the livestream of my solution to Day 1 of 2021, using Python. The puzzles get more complex as the season goes on. Advent of Code website: adventofcode.com/2021/about My Twitch channel: twitch.tv/zapakh
Reckoning Dice part 1
มุมมอง 403 ปีที่แล้ว
Six-sided dice may be used to represent numbers in decimal in an intuitive way, with slight modification.