This guy always sounds like someone just told him a clever joke that wasnt quite good enough to make him laugh but made him smile widely through the rest of the conversation
A code bullet GPS would just be “keep doing random shit till something works” and then take the best of all those failing methods rinse repeat till we’ve got a route
@@y_onis7038 what about sleep neutral, happy, ecstatic, manic, sad, miserable, angry, enraged, afraid, (mostly me LOL) and stressed out? yes, omori reference
i love how Code Bullet can disappear for months on end consistently and then release a video that'll almost immediately get on trending, i like to think he's created the perfect AI to beat RUclips
@@Nate-bd8fg wait, does that mean that they picked a "vulgar unfamily-friendly" channel for trending? Since he swears in almost every video, including this one.
[cliche old man voice] when I was a lad, we called that a screensaver. we used it to keep the image from burning into the screen, and we would watch them for hours at a time. [coughs, goes back to normal voice] ...then again, maybe that last part was just me, lol
@@slxpperyy9796 steamcommunity.com/sharedfiles/filedetails/?id=1550989740 The whole thing is customizable. You can change the color of the maze maker and solver, the wall color, the background color, and you can change the speed of the maze maker and the solver. Real cool stuff.
I’ve been watching him for a good bit now, and just now realized he codes IN LIGHT MODE. Anyone that codes in light mode is secretly burying some bodies in their backyard
Didn't he already do that? His Clicking-AIs are able to open command prompt and to hire virtual gunmen. Just some more features or bugs and glitches and boom: Terminator
easy way to fix the ending: when Hamiltonian step value of tail - head becomes too small, i.e. snake has grown wayyy too long, then stop implementing shortcuts. It will help with: A) Winning B) Winning efficiently; the item gets spawned on the blocks which are empty, when the snake is long and skips small steps on the cycle, then it creates small pockets which increases the number of Hamiltonian cycles the snake takes. Awesome video, love the content!
My teacher gave us an assignment. This was a comp 101 course, easy stuff. I spent days fixing output spacing. When it was done, I couldn't tell you why the spacing worked. I couldn't tell you why some lines were needed. But it passed the test class so...
It was so good though that whole run was amazing! The literal issue was the simple ineffeciency that it couldn't perfectly optomized based on it's tail, because it doesn't check literally every step where to reroute, or is capable of planning ahead. If it could plan ahead how many steps it takes to reach the point the tail would be at by that many steps, it could include that as the possible location for it to travel through, and end up optimizing it's movements, potentially perfectly following it's tail to buy time. Instead it's very visible that it does periodically check, but still tries to avoid it's phantom tail.
It does seem like that could be the case, but it can't be based on the rules he's set up: he overlapped/ran into the tail and did in fact lose despite not running into a wall. Early in that run when he overlays a grid it's easy to see that every pellet increases the length by 4. The last void has 2 squares, so that's looking pretty grim. To confirm, a few frames back from the end screen you can see 30 squares in between the head and tail, including one pellet. The next frame there are 18 to the tail. Between frames he must have had 3 pellets to gain 3*4=12 length. With 18 left, there is no multiple of 4 that would have closed the gap completely without losing. 4 more pellets and there would have been two spots left, and there was a 50/50 chance of dying if the pellet first appeared near the head instead of in the other void of 2.
For a little more math, what was the chance of failure at the point where there were 32 empty spaces? The short answer is 20%. The long answer is that for the case where there is a void of 2 and 32 total spaces left (the rest of which are adjacent to the head and tail), we can just multiply the probability that the pellet/apple doesn't spawn in the void of 2 at each step together since if at any point it did spawn in that void of 2, then victory would be guaranteed assuming we don't make any more problematic voids. We get: (30/32)(26/28)(22/24)(18/20)(14/16)(10/12)(6/8)(2/4) = 6435/32768, which means about a 19.6% chance of failure. In general for m pellets remaining on the board with a single discontinuous void of 2, the chance of failure is the product from n=1 to n=m of (2n-1)/(2n). In our case m=8. This all means that for 100 pellets remaining with a similar scenario, the chance of failure would only be 5.6% Most importantly, though, if the snake just got one unit longer for each goal, this would never be a problem. At the very least if the "reward" is more than 1 we need to only leave voids with a multiple of that many squares to prevent the chance that this happens entirely. (Assuming of course that the snake's length starts out at as a multiple of this number and that the total number of squares on the board is also a multiple of this number.) www.wolframalpha.com/input/?i=product[n=1..100](2n-1)/(2n)
While I love watching these videos awake and aware, they also make a good sleep aide for the second+ watch. It’s a “teacher is talking about something I find interesting but have a rough time understanding and also I did not sleep last night so I guess it’s now nap time” vibe. So thank you so much
I definitely liked the ai before the Hamiltonian cycle thing. It was very interesting to watch if not almost kinda beautiful. I want it as a screen saver now.
The spawn of the apple just so happens to spawn in the space between the head and the tail. After all of that space is gone, the next apple spawned in one of the two blocks remaining, but without that space between the head and the tail, its game over.
15:50 “A Hamiltonian Cycle is a gross ass math term which I remember from an Uni course which I didn’t pay enough attention to, so I feel like I’m perfectly qualified to explain this” Exactly me after watching one of your video’s
@@MinaT Technically, until 15:23 the cutest noise was 14:11. So all three of you are right. Of course noone is offensive and don't get me wrong I just like to take things literal
It happens really often at the moment because NNs are not perfect. Although they are have much higher potential than algos so we better expect them to overcome everything else someday
Rogue CHlNCHlLLA It is AI, but not machine learning or neural networks or anything like that. It’s a more simple AI that works better is most cases. If you can program a simple AI to do things like what was in this video, it’s usually better to do that than make a complicated neural network to do the same thing. Snake can use maze algorithms, but things like carykh did about AIs making music similar to humans would need a neural network, since there isn’t really a “music making algorithm”. Just different use cases. :)
@@jase9319 You're picking your spaghetti off the vine too early you need to wait a few more weeks for it to ripen, its a lot less bitter then. Either that or place your picking next to bananas that should ripen them quicker! (This is the most Shitpost comment I've ever written, I can hear my Biology A level teacher screaming from here...)
I would be interesting to see him go back to this and make a change where the head of the snake had to be a certain distance away from the tail while following it. I think that would actually be a much easier way of playing it, since that would only let the snake follow the spaces that the tail leaves open while also eating the apple. Now, he may have tried that, and I can't remember since I am writing this at the end of the video. Just an idea.
I can't remember who it was that i watched, but every video the swear etc and are monetized. The one video they decided to do clean was the one that got demonetized.
This guy always sounds like someone just told him a clever joke that wasnt quite good enough to make him laugh but made him smile widely through the rest of the conversation
Strangely specific.
Satisfying and specific
Strangely specific, but not wrong
Basically exactly like Daniel Ricciardo...
Which translates to the viewer. The process is fun to watch though
CB Viewers: “Why is he taking so long to upload?”
Code Bullet: *Throwing out entire weeks of progress for shits and giggles*
CBT viewers: ouch my balls
CB veiwers:.... Wait what the fuck? Why?
Code Bullet: cause fuck you and fuck me that's why
-
Also no sharing code
tremonk
I don’t play Fortnite.
“He didn’t die, he just kinda gave up” This hit to close to home 😂
Me comment first
I couldn't tell if that referred to an AI snake or to Code Bullet, both seem appropriate
Punky Plays So?
This snake Ai is my digital spirit animal.
5:44
A code bullet GPS would just be “keep doing random shit till something works” and then take the best of all those failing methods rinse repeat till we’ve got a route
Also new roads won't be added for months to a year
Just go for the longest path duh
@@timdadwaganexcept for when your scared then go into UBER FUCKING PANIC MODE
"The snake will get pissed off and take an angry nap" is a phrase I need to use more in my life.
Ig im a snake then
finally 👨🏾🔬 sleeps furiously
@@abacussssss can you sleep depressed
Y_onis I do it everyday
@@y_onis7038 what about sleep neutral, happy, ecstatic, manic, sad, miserable, angry, enraged, afraid, (mostly me LOL) and stressed out?
yes, omori reference
I like that everyone just looked over the fact that adrian single-handedly killed _at least_ 5 fully-trained soldiers
But still can't find the obvious apple
@@JavaMR hes a marine
Was a piece of cake
@@JavaMR hecu
Brody Frable more than soldiers they were generals
i love how Code Bullet can disappear for months on end consistently and then release a video that'll almost immediately get on trending, i like to think he's created the perfect AI to beat RUclips
its the two AIs trying to communicate
@@NatapixAS Maybe the snake is trying to spell 'send help'
DaBlackFoxAlt 'cept trending is hand selected by RUclips staff
@@Nate-bd8fg wait, does that mean that they picked a "vulgar unfamily-friendly" channel for trending? Since he swears in almost every video, including this one.
He's the Jontron of coding.
I love how it doesn't even look like a game of snake at one point on, it just looks like a green box with random changing lines and holes
[cliche old man voice] when I was a lad, we called that a screensaver. we used it to keep the image from burning into the screen, and we would watch them for hours at a time.
[coughs, goes back to normal voice] ...then again, maybe that last part was just me, lol
@@yeldarb141983 my favorite thing to watch 48/9/367 is loading bars... I think I have *synced up with CGP Grey* loading bar disease.
@@alexandermcclure6185 look up the old windows pipes screensaver. you might get a kick out of it
@@alexandermcclure6185what in the 1712 is a 48 hour dar
@@ckv1985 calendar 2.0, an update to calendar that implements longer everything
If: gonna run into self
-don't.
deep shit you got over there
If: hungery
-eat
Function.repeat
Evija Cernisa what bloody syntax is that??
accualy it goes like this in java
if(head of snake touches self){
user is dead;
}
this is pseudocode
@@laserbeem6692 else { dontDie(bool justDont = true) }
This would be an awesome like monitor background just a constant repetiting game of snake for your screen saver
found a background on Wallpaper Engine that literally randomizes a maze and solves it.
Someone needs to make this happen
@@failtronic2646 what is it called
@@slxpperyy9796 steamcommunity.com/sharedfiles/filedetails/?id=1550989740
The whole thing is customizable. You can change the color of the maze maker and solver, the wall color, the background color, and you can change the speed of the maze maker and the solver. Real cool stuff.
Ooooooooooooooooo Fiat hi FFFFAAAAAKKKKEEEE
RIP Adrian 2019 - 2019
Forever in our hearts
Even though he was a fucking disappointment, he's still somewhere in there. Probably.
I feel attacked
bro Adrian's a menace, he killed a lot of soldiers
@@advaithremesh1698 good
Ace Of Diamonds ehhhh
I’ve been watching him for a good bit now, and just now realized he codes IN LIGHT MODE. Anyone that codes in light mode is secretly burying some bodies in their backyard
Me: no, Michael Reeves codes in light mo... no that checks out
(In some of his old videos at least idk if he still does don't @ me)
Checks out. He killed Adrian. And Adrian killed like 5 fully-trained soldiers, but Adrian died nonetheless.
@bestintheband5114
I don’t use light mode but I bury thousands of body’s in my backyard!
@@MEGAMINER9742must be nice having such a large yard
If the robot uprising starts with Evan,
*_It probably won’t last long_*
Hey ! Take this more seriously , if they have 5000 attemps they may be even able to leave the room they started in
@Anime_Edits i cant tell if thats real or not
@Anime_Edits ohhhh that one
this implies 1 of 2 things. either he'll win quickly. or he'll fail quickly
No no it will be with Machine learning. So much shorter
First rule of snake: snake eat apple
Second rule of snake: under absolutely zero circumstances does snake eat apple
Third rule of snake: NO HOLES
Fourth rule of snake: don’t die lol
Fifth rule: dont not cheat
The thing at 19 40 looks like plant vines. Also I randomly pause and it was at 19:55, funny number.
Paradoxically paradoxical
My anxiety reaches a whole new level when the snake circles the apple and leaves the smallest opening
268 likes and not a single reply
Kijjjjjhnuhiuybgujvvkguvjugvugvigyvyguvuytvjytvyjv
@@stromegy5792 saaaame bro
3:37 there are only three possible moves at any time, since the snake can't go back.
and not to mention walls and corners
This would be the coolest screen saver.
Oh man, that's an excellent idea
Code bullet going crazy or the snake A.I
@Your Pal Ryder Both would be fine.
Look at the names of the top 4 people not including me
@@victinistealth5756 I don't get it.
Ai: misses by one pixel
Ai: this little maneuver is gonna cost us 51 years
This made me laugh so loud 😂
@@blessed6336 r/youngpeopleyoutube
@@blessed6336 LSL instead of LOL
@@thingythesigma ???
@@thingythesigma You don't even know how to use r/youngpeopleyoutube correctly.
It’s not an ai, he’s just really good at snake
Plot Twist
Lmao
That’s why he took so long... coudn’t do it by A.I. So he became the best snake player ever.
@RedPanda250 wooosh
Why do people always say this about this guy?
I hope this is made into a wallpaper. It’s quite satisfying
Evan: "im back"
Me: "dont do that, dont give me hope"
*You regain hope but a person you love falls into a pit*
"The snake will get pissed off and take an angry nap"
This is me trying to do calculus hmwk
Anything related to school and fuck me
dat h is ur names combined
@@newhandle_2552 h
@@fitriasukmawati3762 h
@Rybot666 Morgan h
Funny how at the end it looks like a black snake moving along a green grid
yes.
yep
Mellow looked more like a green snake to me.
Yeah
@@gamingunner128 me 2
You should figure out a way to convert these AIs to be screensavers. I'd legit pay 99 cents for them
Same
I'd pay atleast one dollar and 1 cent
I would pay a whole Enigma Machine Part 2 video
@@ratt__mann92201 dollar and two cents
Code Bullet in a nutshell:
Angry man cries his way through life whilst complaining about the things he loves
so basically every programmer ever
Alex I this is very very accurate😩
Ahem ahem michael reeves
Yes
Make a ai that can play geomechery dash
You forgot the amount of times he cried so much he just left youtube
Three rules to win at snake
1: always have a direct path to your tail
2: never create enclosed space
3: never create dead end
4. Don't lose. This can also be 1.
Just be good at the game 4head
dont travel along the edge unless needed to get the next food
Mathrilord easier said then done
Wait, the flaw with the first rule for the AI will just continue making its circles because of the fact that ai will follow its programming
I swear, Evan is going to end up building the Terminator.
Didn't he already do that? His Clicking-AIs are able to open command prompt and to hire virtual gunmen. Just some more features or bugs and glitches and boom: Terminator
Lol
*accidently
He'll be able to once he cracks enigma
He is going to be a terminator
easy way to fix the ending: when Hamiltonian step value of tail - head becomes too small, i.e. snake has grown wayyy too long, then stop implementing shortcuts. It will help with:
A) Winning
B) Winning efficiently; the item gets spawned on the blocks which are empty, when the snake is long and skips small steps on the cycle, then it creates small pockets which increases the number of Hamiltonian cycles the snake takes.
Awesome video, love the content!
I like it when the snake just stops moving and gives up
"Eventually, Kars stopped thinking..."
@RYAN JIANG *NICEEEEEEE*
Still waiting for him to post something
That’s at 5:38
#unexpectedjojo
OH FUK
IS TAT A JOJO REFERENCE
Plot twist: it was him playing the whole time, hes spent years training
Years of academy training, wasted!
All that time he wasn’t uploading he was just training
Plot twist: the actual ai is code bullet, created to produce ai offspring and making a little money through it on the side.
plot twist: it was actually u playing the whole time
not years just 4 months of playing snake
Dude if your GPS was actually like that, I'd totally buy one.
Sammmmmmme bro
We all would
Me four
Yea
HELLA FUCKING YES!
18:32
it now just looks like a black snake in a field of grass
it's an anti-snake, following a Hamiltonian cycle to find the anti-apples that make it grow shorter... oh goodness this is morbid
You know a snake player is good, when it’s snake looks like an Aztec temple
Lel tru
F u 2
AAYYAYAYYAAAYYYY
lmao y didnt i think of that.
Ikr
I have never met a coder with more personality than this guy.
You should get to know me!!
Becuse codes feeds on your humanity and leave you as a souless husk
Yes and the Aussie hormones are the only things stopping him from becoming another brain dead shell of a human
@@mitab1 yes
Dani
Lol imagine him trying to keep a straight face making the sounds for the military scene.
MATISTHERAT it’s really not that hard to do that especially since he doesn’t have the maturity of a 12 year old
why would he need to keep a straight face tho?
TBH that was a rather accurate depiction of military - they kill a bunch of people and things only get worse.
@Spit Dragon well not for me, if you told me to do that voice ,i would take a few weeks
B it’s meant to be funny. It’s the point and it fucking was
Near the end Even losing his sanity over 2 blocks is like the Sargent losing his mind and screaming "4 FUCKING PIXELS"
Thats some serius 096 lore right there for how long have u been in the scp community?
that isnt even serious lore, i think its a pretty well known thing
"Two. FUCKING. BLOCKS."
*SANITY*
@@Terror1325 thats literally the most common piece of 96 lore aside from its abilities
"I'm back guys!"
The best part of Code Bullet is him pretending to be a consistently uploading youtuber
It's very consistent, at least one upload a year!
@@jovan0454 That is true
And calling when he uploads a “schedule”.
it could be an aussie thing cus both of us just cant ever be bothered to upload
and i just started like 4 months ago or something
@@jovan0454 it's been 11 months since the last upload, is he gonna be able to one upload a year?
Code Bullet: It’s perfect!
The snake: *I’m ‘boutta end this man’s whole career*
I’m not a rapper😂
yaboi returned form the grave!
Very yes
Dani stop commenting and go back to drinking your milk
*M I L K*
Milk gang unite
Hey, wassup
Damn after a while the patterns it made got so hypnotizing
Can we have
Code Bullet: learns to upload
lmao
69 like
Deadass tho
@@BannedFromTikTok let's get to 420
Minecraft MemeGirl 15*
Programming:
"Omg, i can't believe this really works!"
"Omg, of course it didn't!"
I can get like that half-way through the first sentence sometimes.
"omg I can't believe it didn't works!"
My teacher gave us an assignment. This was a comp 101 course, easy stuff. I spent days fixing output spacing. When it was done, I couldn't tell you why the spacing worked. I couldn't tell you why some lines were needed. But it passed the test class so...
Programming is like trying to teach how to swim to a tomato.
It’s always a bit eerie when the computer acknowledges it will lose and refuses to continue playing
naw its just cuz code bullet was too lazy to program it to do anything when theres no moves left
It was so good though that whole run was amazing! The literal issue was the simple ineffeciency that it couldn't perfectly optomized based on it's tail, because it doesn't check literally every step where to reroute, or is capable of planning ahead.
If it could plan ahead how many steps it takes to reach the point the tail would be at by that many steps, it could include that as the possible location for it to travel through, and end up optimizing it's movements, potentially perfectly following it's tail to buy time. Instead it's very visible that it does periodically check, but still tries to avoid it's phantom tail.
Respect to cb for making this but I spent almost half an hour watching a green line on a screen
Corn Roof i mean, sometimes it turns red
Sneks
There's a dot, too
Corn Roof lol
how about a binary search before you watch. Start in the middle man!
"This solution is just riddled with issues"
*Still plays snake better than me.*
Idea: make a minecraft AI that is atleast capable of beating the game
Mailed comment 2
DeeVee hey do you know what the storm light archive is?
He's not actually playing it. He's just figuring out the best algorithm and letting a computer do the rest.
@@urinetrouble0543 If I know what Stormlight Archive is? Sir, I *live and breathe* by Sanderson's books.
Eric Lemaire, Jr. they never said he was playing it
the "Reverse A* / keep 80% free space available" one makes some really cool patterns, i could see it being used as a randomly generated screensaver
Where do you find those cause I want one
@@leshadows5310 uh idk, i was just throwing out an idea. sorry dude
I really liked your snake that tried to circle the food before killing it. Like some boa constrictor. Only time I've seen a strategy like that.
I love the way CB can explain something then immediately gets pissed off at his own work in progress with great profanity. I love it.
As a programmer i can rely and i really like his content and style
@@JosephCooperNightcore rely? Sorry just wanted to point it out
Autocorrector wrote the wrong term, i mean understand
And like that, he’s gone again....
Rip
We have to wait another 5 months
*Goodbye, change da world*
@@orange993 lol
can i ask a question what programming languages is he using?
18:33 is just a black snake finding its way on a maze
fr lmao
Wow that's awesome observation 😂
It's trying to find it's buddy
I can't unsee it
THAT'S RACIST
For some reason the designs the snakes body makes are so smooth and satisfying
I wouldn’t even be surprised if this man disappears for 2 years and is like hI gUyS IM bACk ItS bEeN a LoNG TIME
Portal 2
Bill wurtz
Don’t give him any ideas
Yeah but the video will be on how to create the perfect stock market manipulation AI or something crazy
Chillax Bro I was about to also tell him to not give him any ideas
It looks like the perfect maze when it is complete.
Except there are zero branches in paths because it’s a snake, so there would be literally no way to fail the maze
@Kamarious Antonio Temple stop spam
@@Luuncho actually there would be no way to win
ruclips.net/video/8cy1T169s6A/видео.html
@@lilaxeree3621 well by winning i mean go from end to end of the maze
20:55 I'm pretty sure that the snake was just following it's tail one step one block behind meaning there were zero blocks inbetween
nice catch - change the color of the head part and rerun :D
Yup, it is impossible for the snake to bite its tail directly from behind ( not from the rear).
@@BlueMoon-ij6ce the matter is hơ the food can grow inbetween the head and the tail if there is no space.
@@BlueMoon-ij6ce yes, even after eating the dot and growing, it shouldn't expand from its limit, so the snake is technically still alive
In other words, it could've kept going, the AI just didn't know that 'cause the AO doesn't know its tail moves.
3:07 I just realized that CB scared the driver so much, they gripped and tore part of the steering wheel off.
5:03 remember him
20:03 this is him now
Feel old yet
zenterno1579 only 15 minutes old but that’s very old
Old
Yes
I got a old spice ad
I am stil a kid sow no I am not owld 😝
20:56 this should become an a t-shirt print
Noice
@@Somebrokenglass yesice
absolutely
Lemme YOINK that
Gramaticsn't
20:50 the snake was still alive, the head was right next to the tail.
Damn, if he had waited longer he would've won too.
It does seem like that could be the case, but it can't be based on the rules he's set up: he overlapped/ran into the tail and did in fact lose despite not running into a wall.
Early in that run when he overlays a grid it's easy to see that every pellet increases the length by 4. The last void has 2 squares, so that's looking pretty grim.
To confirm, a few frames back from the end screen you can see 30 squares in between the head and tail, including one pellet. The next frame there are 18 to the tail. Between frames he must have had 3 pellets to gain 3*4=12 length. With 18 left, there is no multiple of 4 that would have closed the gap completely without losing. 4 more pellets and there would have been two spots left, and there was a 50/50 chance of dying if the pellet first appeared near the head instead of in the other void of 2.
For a little more math, what was the chance of failure at the point where there were 32 empty spaces? The short answer is 20%.
The long answer is that for the case where there is a void of 2 and 32 total spaces left (the rest of which are adjacent to the head and tail), we can just multiply the probability that the pellet/apple doesn't spawn in the void of 2 at each step together since if at any point it did spawn in that void of 2, then victory would be guaranteed assuming we don't make any more problematic voids. We get:
(30/32)(26/28)(22/24)(18/20)(14/16)(10/12)(6/8)(2/4) = 6435/32768, which means about a 19.6% chance of failure.
In general for m pellets remaining on the board with a single discontinuous void of 2, the chance of failure is the product from n=1 to n=m of (2n-1)/(2n). In our case m=8. This all means that for 100 pellets remaining with a similar scenario, the chance of failure would only be 5.6% Most importantly, though, if the snake just got one unit longer for each goal, this would never be a problem. At the very least if the "reward" is more than 1 we need to only leave voids with a multiple of that many squares to prevent the chance that this happens entirely. (Assuming of course that the snake's length starts out at as a multiple of this number and that the total number of squares on the board is also a multiple of this number.)
www.wolframalpha.com/input/?i=product[n=1..100](2n-1)/(2n)
Exactly
Aı is try to find fastest way
While I love watching these videos awake and aware, they also make a good sleep aide for the second+ watch. It’s a “teacher is talking about something I find interesting but have a rough time understanding and also I did not sleep last night so I guess it’s now nap time” vibe.
So thank you so much
Instead of taking melatonin for my insomnia, I up your view count
I definitely liked the ai before the Hamiltonian cycle thing. It was very interesting to watch if not almost kinda beautiful. I want it as a screen saver now.
I feel like this should be a screensaver.
@Kamarious Antonio Temple aw, I want a replay.
same
Kamarious Antonio Temple I’m literally reporting you for spam boi
@Kamarious Antonio Temple bruh you dont have the video anywhere you uploaded 2 videos how is there a video for it?
I think it would be cool as like an art project at normal speed and you're special if you see it restart
11:03 that AI is not playing snake anymore, he is styling on this
It should be a screen saver
i love how at the end, it seems as though the leftover spaces made by the movement of the snakes tail is the snake
antimatter snake... mmmm
The snake might be alive at 20:50
it's just following the tail in the exact same tick, with zero spacing
probably not, but maybe
Fran that’s exactly what I’m thinking
technically might be possible but it depends on the order you "move" the snake's head and tail
The spawn of the apple just so happens to spawn in the space between the head and the tail. After all of that space is gone, the next apple spawned in one of the two blocks remaining, but without that space between the head and the tail, its game over.
This comment makes me curious and its very unsatisfying >:(
Just what I have in mind too
"Aww He's got a gun!"
Did not expect that.
15:50
“A Hamiltonian Cycle is a gross ass math term which I remember from an Uni course which I didn’t pay enough attention to, so I feel like I’m perfectly qualified to explain this”
Exactly me after watching one of your video’s
I watched all of his video so now I'm basically a fully trained programmer, absolutely and 100% true.
i like how a completed snake board becomes a maze.
nah there's no start or end, and no branches. just a Hamiltonian cycle.
Plot twist: he was the one playing and he is secretly the best snek player ever.
@spider man snek
@CreeperFun12 snek
@CreeperFun12 snek
No, it's in the title, ai, NOT human
If you can't figure out the difference between a computer program or ai player you should get some help
@@idropgp8052 r/woooooosh
This snake gameplay is the most epic snake gameplay I have ever seen. The patterns it makes its out of this world.
Title: “Perfect Snake A.I”
Me, having seen his last 12 snake A.I videos: **Doubt**
Press "X" to doubt
Z
X
C
V
20:51 When your download gets stuck at 99% and gives you an error after 12 hours of waiting.
13:00 was SUCH a "fuck the apple, I NEED TO LIVE" moment
hahahahahaha
Suzaku be like
haha naice
Or as I like to say “OH SHIT OH FUCK ON NO GONNA DIE I WAS SO YOUNG”
I thought you said “f the people, I need to live” and it was so powerful ngl
14:11 the cutest noise that CB ever did.
21:16 is better
15:23 was better
i hear "ggnaw naw naaaahhhhw..."
@@MinaT Technically, until 15:23 the cutest noise was 14:11. So all three of you are right. Of course noone is offensive and don't get me wrong I just like to take things literal
15:22 da best
Code bullet: take the longest path to the apple.
AI: *starts recreating the actual game to then get the apple*
the AI is recreating the big bang, the evolution of Life, the history of humanity and then gets the apple
Don't forget paying off it's college debt
CB: get. Dot.
A.I: Live?
CB: no. Get dot.
A.i: I'd rather live, fleshbag
@@PandaXStorm adam and eve lol
this was surprisingly cool, I also liked watching the first one it was so suspenseful and i really thought it was gunna work
The clothes he animates on looks really comfy
But the monitor on his head doesnt
Looks like Sans' jacket but black
@@Q_ari his head is the monitar
@@Sereal5706 monitor sorry hate to be that guy.
They really do
It’s been three months, the god will be summoned once more
Just... One final hope... For my fucking python scripts to work
Once I get my TensorFlow dependencies in order, then CB will post another vid
Sh4dow i think not buddy
It was five
Yanxuan Weng no
That moment when an algorithm is more intelligent and requires alot less effort than a Neural Network.
It happens really often at the moment because NNs are not perfect. Although they are have much higher potential than algos so we better expect them to overcome everything else someday
The program itself isn't really AI. Just much more effective
Rogue CHlNCHlLLA
It is AI, but not machine learning or neural networks or anything like that. It’s a more simple AI that works better is most cases. If you can program a simple AI to do things like what was in this video, it’s usually better to do that than make a complicated neural network to do the same thing.
Snake can use maze algorithms, but things like carykh did about AIs making music similar to humans would need a neural network, since there isn’t really a “music making algorithm”.
Just different use cases. :)
Lol
thats true for alot of problems.
1:40 This is a masterpiece of combat, the effects, the visuals itself are just beautiful
"I'm sure you can tell when it goes to 'Oh shit, Survival Mode"
Well yes when the snake goes all blood red like it's hunting for lives
Judging from the part where the broken snake literally beat up the army, yeah it probably IS hunting people
The army scene...
F**kin incredible
Never gonna complain for another long wait
@Shadow Ninja2468 25:43
@Shadow Ninja2468 1:40
Less than 2 minutes in
@@stephenthethiccboi9775 Thanks
Stephen the THICC BOI congrats on makin a broken timestamp
Gentleman Fox it’s a time stamp after the video ends. It’s a troll...
''When you about to break the world record. But manage to screw it up at the end''
20:51
I expected 21:16
Krimsonite 2 BLBLBLBLBLLBBLLBLBLB
I would love to have an animated wall in my room with this AI going all the time
And when you turn it off the snake resets it's size and position
@@Brigeb20 Shut up and take my money!
Imagine being at school and looking at your homies chrome book on cool math games and seeing this shit
The snake browser game is better
Rip Etika it is and they blocked cool math games for us
@@abyss_clips765 try leaf browser on chrome extension
@Connor Cummings Apple does that as well, you can't possibly so uninformed.
@@abyss_clips765 same
The 1000x speed one just looked like green spaghetti being stirred around
@@jase9319 lol
@@jase9319 You're picking your spaghetti off the vine too early you need to wait a few more weeks for it to ripen, its a lot less bitter then. Either that or place your picking next to bananas that should ripen them quicker! (This is the most Shitpost comment I've ever written, I can hear my Biology A level teacher screaming from here...)
Snake: *turns red*
Snake's AI: current objective: *SURVIVE*
Current objective*
@@jjmj4971 Thanks
Translated into Code Bullet speech: Fuck! Fuck Fuck Fuckadie Fuuuuuck!!!
11:44 is this the intro to an 80’s “hacker” film
I am *THE* hacker
I miss code bullet...
"Gonna be doing code bullet full time" and by that he means, 'suck it nerds'.
He just posted
Poo
TheLucky BallofPoop ok
Make an AI system that reminds you about your RUclips channel at a random time once a week
Every Saturday, perhaps
@@MisterJackTheAttack The XKCD random function.
15:50 that part
CB: Snake get the food, don't hit the walls.
Snake: *IT'S SHOW TIME!!*
Solid Snake: Shotaimu da!
Matt B no
Its like the wizard said in clash royal game
20:00 it looks like one of those time lapses of a city being built
That would be a really cool wallpaper if it restarted at the end
Alan Mosbruger Ooh! It should fill the beard with green, then fill it with black :)
I was literally thinking the exact same thing
Announcer voice: “things are heating up in the snake fandom”
2019 : Perfect Snake A.I.
2029 : Perfect World Domination by A.I.
2059:pefect *dies from poisond oxygen *
Just throw an apple
August 29th 2029, keep that date in your diary.
Yeah pretty much
*SkyNet has entered the chat*
I would be interesting to see him go back to this and make a change where the head of the snake had to be a certain distance away from the tail while following it. I think that would actually be a much easier way of playing it, since that would only let the snake follow the spaces that the tail leaves open while also eating the apple. Now, he may have tried that, and I can't remember since I am writing this at the end of the video. Just an idea.
"Let's make it 10 times faster"
"Alright 50 times FASTER"
"100 times FAYESTER"
"1000 times FAYASTAH"
Let's make code change his upload schedule like that
Me watching at 2 times speed
"2000 times FAYASTAH"
me watching from Spain
"1000 times FIESTA"
Me: So when are you making part 2 of-
Code Bullet: So You Have Chosen Death!
8:15
RUclips: no swearing
Code Bullet: hold my algorithms
heard RUclips's gonna remove demonetization because of Coppa. hell fuckin yeah.
Nah i don't think so because other youtubers swears alot
I can't remember who it was that i watched, but every video the swear etc and are monetized. The one video they decided to do clean was the one that got demonetized.
This video is sponsored, so it doesn't matter if it gets demonitised.
@OccultFusion he always swears though doesn't he?
Running the final version on 1000x speed on an even bigger game could be a great way to make a background fade in