I just wanted to say thanks for these videos. I know they aren't as popular as your others, but when I saw the first one, I went and got the game. Since then, I've been beating a level and then immediately afterwards watching how you do it. I have very little experience writing scripts, and this is my first Zachtronics game so this has been really challenging. I'm always so proud when I finally figure it out, even though my solution is usually very inefficient. Then I get to watch you do it and learn different ways to handle those problems more cleanly. This often helps me figure out the next level. I spent much of the last couple evenings going through it and watching these videos. I'm glad you released them so quickly so I could have that experience. I hope you release more, though since I'm hooked already and all caught up, I'm probably going to get ahead of your videos. (Unless I get stuck!) By the way, at the end of the video where you hack your left hand, you were about to try to sync the signals before you realized you needed to end the video. I'd love to how see you'd do that!
@tempname82636 жыл бұрын
Aaaand now I feel guilty for watching these series purely for story, visuals and Ember's slight fan service.
@dexter93136 жыл бұрын
For syncing, I did it as my first solution (but honestly it's not worth the hassle ;) ). Basically you have to make each loop last six instructions with one COPY four NOOPs and the jump; then count instructions for each EXA before it enters the loop so that pairs of EXAs reach their "COPY" at the same time and each pair of EXA reach their COPY at least one NOOP before or after another pair. I tried making loops last three instructions but it didn't work, they overlapped a little. Not that hard actually, just too much counting instructions and tweaking with NOOPs.
@vitorgas16 жыл бұрын
the reason why you are not getting so many views is because these videos aren't getting to people's subscriber feeds. it surely hadn't got to mine, i had to go to your channel and see if you had uploaded more. It must have something to do with the way you are mass-uploading them
@LA-MJ6 жыл бұрын
he said it's on purpose
@TYKUHN26 жыл бұрын
Oh thanks, I just realised this isn't the one I was supposed to be watching next.
@ZeroTheHeroGOAT6 жыл бұрын
It came to my feed...
@LegogodOfDaxia6 жыл бұрын
Just a heads up, most of the Exapunks vids are getting Algorithm'd out of sub feeds. Releases are a bit too frequent for the Overlords' liking.
@kniggitz61666 жыл бұрын
Just a heads up, i use my subscription feed as my main KZbin page and episode 6-9 didn't show up. I didn't know about them until this video appeared.
@ecicce67496 жыл бұрын
Use ingame footage as thumbnail to get more views. My eyes just skipped over that Text thumbnail until I accidently clicked and found out that there is an awesome game behind!
@JoshuaGordon6 жыл бұрын
We're beating this game at roughly the same pace; whenever I'm done for the day, I come here to see you do it better than me.
@Bakamoichigei6 жыл бұрын
Thanks to your videos I heard about this game in time to get one of the last 'limited edition' upgrade packs with the physical _TRASH WORLD NEWS_ 'zines and whatnot. (avoiding a repeat of _SHENZHEN I/O_ where I heard about it too late to score that sweet binder!) I was quite pleased to find that the 'zines are, appropriately enough, the same exact format as 2600...of which I just happened to have a 1997 issue to compare it against. ;)
@Kanakotka6 жыл бұрын
Been studying japanese for most of this year, knew it'd come in handy. (long story short, the odd mine-like things are "portals" that you link with 2 separate strings of blocks of the type for massive score)
@playingcasually6 жыл бұрын
17:10 Just how good is Japanese pattern recognition, if they can read these pixelated kanji in the few seconds before the arcade starts? ファイルをダウンロードするために、連続した4校以上のファイルを組み合わせましょう To download the files, let's combine 4 or more consecutive files. 2つの圧縮爆弾を並べて、同じ色の全てのファイルをダウンロードしましょう! Let's line up two compression bombs and download all files of the same color!
@vitorgas16 жыл бұрын
casual it isn't "a few seconds before the game start", he clicked on "how to play"
@playingcasually6 жыл бұрын
I was imagining it as an arcade, but sure
@alameachan6 жыл бұрын
I just noticed that the graphic representation of the EXA changes when the code is faulty.
@tempname82636 жыл бұрын
Same
@vitorgas16 жыл бұрын
It also seems to get "bigger" when it gets more lines of code
@danielschroder8326 жыл бұрын
it also gets a cannon when the code contains a kill instruction
@kg4boj6 жыл бұрын
I think DJ szyzyg has a new favorate game!
@zubmit7006 жыл бұрын
Love this series. I don't understand a lot of it but still interesting.
@laelienriviere57356 жыл бұрын
Always fun to see Scott try his hand at French :D
@javirebeld6 жыл бұрын
Scott in your opinion, what game do you think is better: exapunks or shenzhen i/o?
@TheErilaz6 жыл бұрын
This reminds me about the Jon Lech Johansen case.
@justinnamilee6 жыл бұрын
I'm in love with this game! D: Moar plz!
@MickyBlutube6 жыл бұрын
I love yer channel, but good Lord I have no idea what I'm watching right now. Gosh, how I get upset regarding my ignorance . .
@DavidOfWhitehills6 жыл бұрын
I think it is a highly evolved form of Mornington Crescent.
@MickyBlutube6 жыл бұрын
@@DavidOfWhitehillsOh good Lord, you're just making me feel further useless . . !
@fogllama6 жыл бұрын
If only you had a stack with push, pop and peek.
@twocinc6 жыл бұрын
Since you don't need to destroy your EXAs for this one, you can just set one of them to broadcast the SSEA code continuously over the global M channel. Then do your copying over the local M channel inside the DISC host. But the way you did it--copying the T value over when replicating--is pretty elegant as well.
@alandwells6 жыл бұрын
Well I for one liked this, possibly not as engaging as some other content but I genuinely am craving the next problem to solve.
@tempname82636 жыл бұрын
For some reason I can't see more than half of your EXAPUNKS series in my subscriptions. And at the same time I can see all of the Khan Academy's video upload avalanche. Weird.
@RazorSkinned866 жыл бұрын
Any thoughts on a trillion $$$ Apple Inc? Curious about an insider's perspective.
@NotoriusBEN16 жыл бұрын
haha! i got something over scotty. I'm loving this game by the way. I don't know if its from smashing myself against shenzhen i/o, but understanding the coding logic is easier in this game for me. the registers can hold up values from -9999 to 9999. so to bulk enter numbers into these single number authenticators, copy 4numbers into the X or T register and then use the SWIZ instruction copy 8032 x swiz x 4 #auth swiz x 3 #auth swiz x 2 #auth swiz x 1 #auth
@twocinc6 жыл бұрын
That takes 25% more cycles and instructions than just doing them one by one. There's no advantage to doing it. If the registers could accept 6 (or more) digit values, it might be worth it to set up a swiz loop to save instructions (though it would still be more cycles.)
@donwald34366 жыл бұрын
Hey Scott, do you solve these blind or do you have some ideas prepared?
@NikkyAI6 жыл бұрын
part 10 ? last one i have seen is part 5.. did all the others get lost or id youtube's sub feed just this trashy ? yep it seems like thats the case.. youtube decided this is not the series for me.. evne though i watched all episodes.. gg
@DavidTriphon6 жыл бұрын
Scott, are you skimping on Month of You Know What to be working on these videos all day?
@ShadowViewsOnly5 жыл бұрын
So the objective of this task is to replace all SSEC s with SSEA s, right? Too bad I have to watch a video where someone solves the puzzle for me, just because the task is not clearly explained in the game... Also, how does one grab the cubes?
@Blowfeld20k6 жыл бұрын
Kinda surprised Scott has not even mention the latest BIG, EVE Online event the Battle for X47L-Q Keepstar.Rooks and Kings have even put a new video out ...... that was about as likely as the 2nd coming.
@scottmanley6 жыл бұрын
I’m just not in touch with eve any more dues to lack of time
@Blowfeld20k6 жыл бұрын
Yeah i get you scott ... it is a HUGE timesink. I Don't play never have .... just keep up with major events, as its like a ongoing space opera novel in real time :D
@deadaccount41236 жыл бұрын
why are you not verified?
@PrivateHaggard6 жыл бұрын
Why do I just have episode 10 in my subscriber feed but not 6 to 9? Wtf
@FoxDren6 жыл бұрын
because youtube doesn't like it when people dump multiple eisodes quickly
@josephneider73326 жыл бұрын
I had to come to your main header to see these videos. no idea m8. to be fair its not my interest, but i still think it should have mentioned that you posted something for having subscribed. I dont have the bell enabled.
@alexblack64156 жыл бұрын
Quiet around here in the comments now huh?
@user-zy7lc6zw1m6 жыл бұрын
❤️❤️❤️❤️❤️❤️❤️❤️
@misterx78986 жыл бұрын
don't you think 10 episodes in 2 days is a little overboard...? Just checking
@scottmanley6 жыл бұрын
I figure I’d get it out of the way
@misterx78986 жыл бұрын
Well, scott, if you don't like it, You shouldn't play it. you shouldn't play a game you don't like on youtube.
@Slaign6 жыл бұрын
He's talking about getting it out of the way for the larger part of his audience that comes here for Kerbal and space stuff, not himself. He's dumping the episodes quickly so that people who want to watch can, and the people who don't will only have to "put up" with them in their feed for a few days. He's obviously enjoying the game.
@ZeroTheHeroGOAT6 жыл бұрын
I used to love Uplink, Hacknet and even Hacker (c64), and I love the idea of the game but it feels a bit naked and, quite frankly, boring.
@ShadowViewsOnly5 жыл бұрын
This is a programming game, not a hacking game.
@enigman27896 жыл бұрын
Hi
@dewifrancis12996 жыл бұрын
Wheres ksp?
@aellis66926 жыл бұрын
Wtf is this lol
@scottmanley6 жыл бұрын
It’s a game
@lardmanfilp29916 жыл бұрын
First
@NeverTalkToCops16 жыл бұрын
So, like, gamers use the region unlocking tools that ARE PUBLISHED BY WHOEVER MADE THE SILLY GAME. Screw the T register, linking and grabbing and dog pooping. OH the stench of momma's basement. Like. Test if "F" = Effed Up.
@fabiog8016 жыл бұрын
Scott please stop with videogames. For most people older than 12, they are boring and time consuming. We love when you speak to us about astronomy, really! But videogames.... come on!!
@WolfTronix6 жыл бұрын
Yes... Please split your content. Space stuff. Gaming stuff. Thanks. :)
@scottmanley6 жыл бұрын
I’ve taken polls in this several times and 90% of people don’t want a split.
@scottmanley6 жыл бұрын
Suggest watching this if you think that games are just dumb things to distract kids kzbin.info/www/bejne/r3e6Ymiqacl7asU
@vitorgas16 жыл бұрын
There's a lot of people "older than 12" that likes his videogame videos (seriously, do you think the public for a game about coding is 11 year old?) and if you don't like them you can just not watch them and do something better
@Ergzay6 жыл бұрын
I enjoy both. His taste in games is good. If he was playing bad games I'd agree with you. Kids couldn't even play this game, or they'd have a very hard time of it.