AI Learns to play Geometry Dash || Part 1

  Рет қаралды 197,140

CodeNoodles

CodeNoodles

Күн бұрын

Пікірлер: 382
@CodeNoodles
@CodeNoodles 2 жыл бұрын
Part 2 is out now! kzbin.info/www/bejne/bGnKdXtum7mApZY
@limex7694
@limex7694 2 жыл бұрын
Dont get me wrong, this is insanely impressively, hell I can barely write lua, but this just goes to show how such a simple concept of executed properly can be a massive hit
@NeonPangea
@NeonPangea 2 жыл бұрын
@@limex7694 Ikr
@supertuesday600
@supertuesday600 2 жыл бұрын
{}
@JollySpider
@JollySpider 2 жыл бұрын
Fun fact: All of geometry dash's original sprites are available and easily accessible in the files of the game.
@Chloedasher
@Chloedasher 2 жыл бұрын
Big brain
@ZIMOU2014
@ZIMOU2014 2 жыл бұрын
I use Google but I can't find any good UFOs which Is why I wanna learn how to make my own icons
@rottenapple2276
@rottenapple2276 2 жыл бұрын
Ikr
@memeermon7326
@memeermon7326 2 жыл бұрын
No way
@ferbot
@ferbot 2 жыл бұрын
texture packs lmaoooo
@Xnoob545
@Xnoob545 2 жыл бұрын
There are definitely gd tools/mods that let you track stuff like x pos and even more
@ZetaXhgd
@ZetaXhgd 2 жыл бұрын
too late lol
@5742_
@5742_ 2 жыл бұрын
Megahack v7 allows you to see xpos, ypos, trajectory, hitbox, and some more stuff
@HEJOK254
@HEJOK254 2 жыл бұрын
@@5742_ yeah, megahack probably could do that
@swagmoneybuge
@swagmoneybuge 2 жыл бұрын
mhv7 has an option called "meta" and it shows everything that you mentioned
@Niallpro10
@Niallpro10 2 жыл бұрын
​@@ZetaXhgd stop
@ThatPyukumuku
@ThatPyukumuku 2 жыл бұрын
Nice work A few issues though GD tiles don't follow a grid, they use a coordinate system: for example, the 3 spike jumps in stereo madness are actually compressed to be slightly less than 3 blocks A 2D array wont work if you're trying to make a perfect 1:1 recreation You may have done this already, but the spike hitboxes are not triangle shapes, they're small thin rectangles in the center of the spike
@aykarain
@aykarain 2 жыл бұрын
pretty sure the tiles are actually in item id, x pos, y pos or something like that
@teamcatyt4503
@teamcatyt4503 2 жыл бұрын
🤓🤓🤓🤓🤓🤓🤓🤓🤓
@aoni8254
@aoni8254 2 жыл бұрын
@@teamcatyt4503 stfu, get off of the coding video if you don't like people talking about math
@Potato436_
@Potato436_ 2 жыл бұрын
@@teamcatyt4503 npc
@inconsistenttutorialuploader
@inconsistenttutorialuploader Жыл бұрын
​@@teamcatyt4503roblox pfp, opinion denied
@gdfra4733
@gdfra4733 2 жыл бұрын
Really good video but i have a few things that could make the AI work better and also function in the actual game: 1) Every texture is in the game files in the "Resources" folder, they're stored in a spreadsheet. 2)There is a mod created by Absolute called "Mega hack V7" which lets you do a lot of thing, one of them is "show Meta" which shows you xPos, yPos, xSpeed, ySpeed and so on, so they're actually information that you can get while playing, also another option is "Show hotboxes" which let you see the hitboxes of every object, dividing the object that kill you like spikes to the object that are solid like blocks. Lastly they're also a feature that lets you see the trajectory of your icon if you click or If you let down, I'm not a AI expert but it would be cool if there would be a way of getting all of this information together and make the AI work in the actual game,
@monodragon
@monodragon 2 жыл бұрын
i was thinking this, what if you just put the ai into the game and give it hitbox, pos, speed, and death information? it could work with a lot of code
@gdfra4733
@gdfra4733 2 жыл бұрын
@@monodragon that's what I was thinking
@drmmrptr
@drmmrptr 2 жыл бұрын
seeing xPos, yPos, xSpeed and ySpeed in point 2 makes me think of the coordinateStep songs/levels and its infuriating
@Lemoncak3
@Lemoncak3 2 жыл бұрын
Not exactly what I was expecting when I clicked on the video but nice recreation!
@Pyrodiac
@Pyrodiac 2 жыл бұрын
Huh, didn't expect a verified KZbin channel that I know to be the most recent comment... Let's get this more likes...
@Joshizam
@Joshizam 2 жыл бұрын
Awesome video! if you install megahack in geometry dash there is an option that let you see the actual and future position of the cube and all the other modes, maybe this can help!
@Joshizam
@Joshizam 2 жыл бұрын
Link of the megahack option: kzbin.info/www/bejne/p6jJoYmhjtKiZ6M
@TYsdrawkcaB
@TYsdrawkcaB 2 жыл бұрын
@@Joshizam just edit the comment and add the link
@UsmanMuhammadNooruddin
@UsmanMuhammadNooruddin 2 жыл бұрын
Would really love to see how the AI handles your level! Discovered you a while back and have been trying to watch your videos whenever I get the time. Great work dude! 😊
@CodeNoodles
@CodeNoodles 2 жыл бұрын
Thank you so much!
@newlineschannel
@newlineschannel 2 жыл бұрын
@@CodeNoodles cool
@elvacioisepic8045
@elvacioisepic8045 2 жыл бұрын
@@CodeNoodles also there are tools for x pos and y pos stuff also the hit boxes are weird so yeah
@moltengears7483
@moltengears7483 2 жыл бұрын
@@CodeNoodles make bloodbath lol
@nymphia_osu
@nymphia_osu 2 жыл бұрын
@@CodeNoodles use megahack for tracking xy positions / hitboxes / player trajectories etc
@BritishBoy
@BritishBoy 2 жыл бұрын
Super cool! I’ve been looking for something like this for a while now. A few suggestions though: The hitboxes are absolutely scuffed in GD so it might be worth looking into how they really work The camera in GD is slightly offset to the right to give the player more time to see what’s coming The game’s files already has all the game’s textures cleanly laid out in files called GJ_gamesheet I know it’s hard to get the jumping perfect, but coming from a person who’s been playing this game for 8 and a half years, I feel like the jumping is just a touch slow. It might help to just speed up the whole game by a little bit. It may also be that it’s just too linear? RobTop’s original jumping patterns seem to have more variety in the velocity of the cube during the jump. The game is zoomed in a lot more than you have it here. Overall though this is really neat! I hope to catch a part 2! Subbed ;) Edit: ok yeah I’m pretty convinced you should speed the game up a bit. It’s a little slow.
@notphantom_4710
@notphantom_4710 2 жыл бұрын
Hey! Very interesting video. If you didn't know already, you can find high quality geometry dash textures from the Resources inside the game. Weirdly enough, all the textures are available to everyone. (Edit) Most hitboxes in geometry dash are kinda broken so this version of gd would be harder.
@mrio0
@mrio0 2 жыл бұрын
This released 50 minutes ago, and would you believe it, i searched for it. I mean that is really lucky. COOL VIDEO! You killed it dude!
@CodeNoodles
@CodeNoodles 2 жыл бұрын
Thanks! What a coincidence 😆
@moltengears7483
@moltengears7483 2 жыл бұрын
@@CodeNoodles this exists in the real geometry dash
@supertuesday600
@supertuesday600 2 жыл бұрын
@@CodeNoodles can you make ai learns to play pac man part two
@SubbbSonic
@SubbbSonic 2 жыл бұрын
As a geometry dash player, this was really cool to watch! Good video! :D
@SuperDZ555
@SuperDZ555 2 жыл бұрын
3:32 I know he's talking about the collision when he says it's a perfect game, but we can't just ignore The Challenge. Also we can't ignore how the mini wave can literally slide under normal sized spikes
@jedthei6099
@jedthei6099 2 жыл бұрын
Love your videos man i discovered you a couple months ago and its nice to see how the productions and veiws are getting better every time, keep up the work.
@CodeNoodles
@CodeNoodles 2 жыл бұрын
Thanks so much! It means a lot.
@your_average_game_player
@your_average_game_player 2 жыл бұрын
I was here first :(
@Xboy1207
@Xboy1207 10 ай бұрын
bro made platformer mode in 2022
@PabloWitkowicz
@PabloWitkowicz 2 жыл бұрын
Hey dude! I absolutely love your channel! Great video as always 😊 Keep up the good work!
@CodeNoodles
@CodeNoodles 2 жыл бұрын
Thank you, I will!
@professorcube5104
@professorcube5104 2 жыл бұрын
I love the amount of dedication and effort you put into your videos
@CoderCatGG
@CoderCatGG 2 жыл бұрын
You do know that the PC version on Steam has all of the assets acessible? Again, GD is more of a pc game. Also, x Pos and y pos are stored in variables, and there is a hack client called Mega Hack which has a feature that shows you the hitboxes
@robobossEPIC537
@robobossEPIC537 2 жыл бұрын
Gd is actually more of a mobile game since it was first released on mobile. It released on steam in around 1.9
@prodbykriz
@prodbykriz 2 жыл бұрын
yeah spaceuk beat the entire top 75 on mobile
@ozhinz
@ozhinz 2 жыл бұрын
@@prodbykriz space uk is not a mobile player 💀💀
@Fymzie
@Fymzie 2 жыл бұрын
@@prodbykriz he verified slaughterhouse on mobile
@prodbykriz
@prodbykriz 2 жыл бұрын
@@Fymzie fr
@ArcticCN
@ArcticCN 9 ай бұрын
this is the only channel i can find that shows how the ai learns and not just what levels it's beaten. great stuff!
@Ndrici
@Ndrici 2 жыл бұрын
ive been playing geometry dash for a while now, and this seems almost the same. well done! cant wait for part 2!
@QMagix1
@QMagix1 2 жыл бұрын
Bro give this man some subscribers!!!! This probably takes like 2 months to make!!!❤❤
@CalsoyTerminal
@CalsoyTerminal 2 жыл бұрын
Dude your recreation is amazing it’s so cool and accurate
@thermalerosion4556
@thermalerosion4556 2 жыл бұрын
Amazing that a guy on KZbin can code geometry dash faster than the creator of geometry dash
@oldaccount6555
@oldaccount6555 2 жыл бұрын
2:49 the background in gd moves by the y position aswell
@CodeNoodles
@CodeNoodles 2 жыл бұрын
Oh crap you're right 😆
@Cleeuwen05
@Cleeuwen05 2 жыл бұрын
I made a clone of GD in p5js, and the process was almost the exact same! Even the jump mechanism. I was too lazy to make an editor, so I filled the array by hand. It's probably the clone with the worst performance ever. (it runs fine on modern devices though) I wrote it within 1000 lines.
@PerfectNine
@PerfectNine 2 жыл бұрын
As a GD player this video was really interesting! Thanks :))
@Xikiea
@Xikiea 2 жыл бұрын
All coding KZbinrs get more insane as the video goes on, and I love it.
@fpcooper95
@fpcooper95 2 жыл бұрын
I immediately recognized the first part of the stage but I don't think I ever got to the end 🤣🤣🤣🤣🤣
@toffeejc
@toffeejc 2 жыл бұрын
I can’t stop watching your videos now I love you and your coding videos it’s so intriguing
@danielwang5150
@danielwang5150 2 жыл бұрын
Code bullet but the uploads are actually consistent
@rlhugh
@rlhugh 2 жыл бұрын
Consistency of uploads vs code bullet is a pretty low bar I feel lol :P
@mmorrell1986
@mmorrell1986 2 жыл бұрын
Alternate title: my dinner making an AI for geometry dash
@Just_Your_Average_Goose
@Just_Your_Average_Goose Жыл бұрын
CodeNoodles: "The collision is working fine." Also CodeNoodles: *proceeds to walk through the blocks*
@amarmichael4638
@amarmichael4638 2 жыл бұрын
Can’t wait for the AI! First video I watched of yours and I’m so hyped
@CodeNoodles
@CodeNoodles 2 жыл бұрын
Thank you so much!
@dark____
@dark____ 2 жыл бұрын
Fun fact: Geometry Dash spikes actually have very very small hitboxes and you can sort of clip into the tip and the bottom of the spike
@gadoogez
@gadoogez 2 жыл бұрын
i love the tip
@noahthegod1267
@noahthegod1267 2 жыл бұрын
@@gadoogez 🤨
@Pyrodiac
@Pyrodiac 2 жыл бұрын
And before anybody says something about them being "broken" hitboxes, they aren't.
@hiagogames
@hiagogames 2 жыл бұрын
The hitbox is just like A thin rectangle standing up
@ComiCherro
@ComiCherro 2 жыл бұрын
3:27 "but with it now properly adjusted the collision is now working flawlessly" *proceeds to walk through a tile*
@glasscannon1231
@glasscannon1231 2 жыл бұрын
my fav geometry dash KZbinr
@CodeNoodles
@CodeNoodles 2 жыл бұрын
Lol
@AnImmortalBean
@AnImmortalBean 2 жыл бұрын
quick tip: the original geometry dash art is noisy in the game so don't stress. I think it is just compression to reduce lag.
@CodeNoodles
@CodeNoodles 2 жыл бұрын
Thank you!
@txrnip
@txrnip 2 жыл бұрын
Isn’t some of the art vector tho lol
@AnImmortalBean
@AnImmortalBean 2 жыл бұрын
@@txrnip Drawn in vector, than converted to bitmap
@cabbageder
@cabbageder 2 жыл бұрын
Kirby maker? Kirby maker?
@CodeNoodles
@CodeNoodles 2 жыл бұрын
Yep, it's real!
@cabbageder
@cabbageder 2 жыл бұрын
@@CodeNoodles o_o
@trethetree
@trethetree 2 жыл бұрын
@@CodeNoodles can you make a pacman maker?
@Pyrodiac
@Pyrodiac 2 жыл бұрын
​@@CodeNoodles I don't care if it isn't finished, SHOW IT TO US.
@NCHAO.
@NCHAO. 2 жыл бұрын
watching a bowl of spaghetti explain to me the basics of AI coding and geometry dash functioning made me hungry
@POGnator
@POGnator 2 жыл бұрын
He stares into your soul I love the project, keep it up man!
@neribo
@neribo 2 жыл бұрын
I subscribed to you when you made your video about the snake game, and then forgot about it, that was when you had like 50.000 views on that video. Anyways, now that i'm back i'm kinda impressed you made a video on GD, really poggers
@NotHungarian
@NotHungarian 2 жыл бұрын
if you own the game on steam you can browse the local files and find all textures in an assets/resources folder
@Henrix1998
@Henrix1998 2 жыл бұрын
I'm not even mad this is very CodeBullet style video because he uploads so rarely
@ARandomCanadian
@ARandomCanadian 2 жыл бұрын
“I don’t want to spend the rest of my life making this mobile game” Robtop: and I took that personally
@spectralkat1597
@spectralkat1597 2 жыл бұрын
Man i would me so happy if i could program better, i only know a bit of lua, anyways super awesome video!
@rlhugh
@rlhugh 2 жыл бұрын
For everyone saying "AI already exists for geometry dash", yes, technically that's kind of true. But the AI that exists prior to CodeNoodles uses brute force approach. I feel CodeNoodles approach is way more elegant.
@yeahuhthisisachannel5341
@yeahuhthisisachannel5341 2 жыл бұрын
The bro is back! I was waiting for this, man! This dude is awesome.
@alexleo-wolf4339
@alexleo-wolf4339 Жыл бұрын
I feel like your content is educationally valuable, since I know nothing about coding, so this channel can teach me more about it. Also i really like your channel mascot. Are those spaghetti noodles or ramen noodles?
@transportnyfanat303
@transportnyfanat303 2 жыл бұрын
This looks better than the original Stereo Madness.
@avatarmadman
@avatarmadman 2 жыл бұрын
I feel like gd is gaining more traction as of the past couple of weeks or so
@GGamerLiam
@GGamerLiam 2 жыл бұрын
With sneak peek 2
@telcaum
@telcaum 2 жыл бұрын
AI learns to play Geometry Dash but there's no AI
@BriefGD
@BriefGD 2 жыл бұрын
Now do Slaughterhouse! 😂
@paul10724
@paul10724 2 жыл бұрын
Cool video. I‘m gonna watch part 2 and 3 soon.
@moltengears7483
@moltengears7483 2 жыл бұрын
The collision for the spike is actually a small rectangle within the spike by the way
@FRACTUREDFUNGI
@FRACTUREDFUNGI 2 жыл бұрын
the very noisy backround is the real one lol
@MicahWWW
@MicahWWW 2 жыл бұрын
The reason the triple spikes are hard is probably because the ones in stereo madness are squished.
@txrnip
@txrnip 2 жыл бұрын
Also hit box dif
@The_octogamer
@The_octogamer 2 жыл бұрын
I just love how the tiles stretch in view
@Sacrefiied
@Sacrefiied Жыл бұрын
It's like a Geometry Dash Maker, sort of.
@foodynooby
@foodynooby 2 жыл бұрын
somebody actually has created a concept thats a lot more advanced (though it was for april fools), you can find absollute's "AI beats sonic wave". This is still super impressive!
@rlhugh
@rlhugh 2 жыл бұрын
I believe that AI is using brute force. Brute force is a valid approach, but I feel CodeNoodle's approach is more elegant.
@TonyIsCool45
@TonyIsCool45 2 жыл бұрын
In game you can see that the sprites default are in fact noisy if you didn't know. (or dithered)
@-CookieDev-
@-CookieDev- 2 жыл бұрын
"a very popular mobile game" i just about died.
@thesurvivor3737
@thesurvivor3737 2 жыл бұрын
This may or may not have been done before, but this video was fun to watch either way! Can't wait for part 2
@rlhugh
@rlhugh 2 жыл бұрын
I'm pretty sure it has not been done before. It's very well done, I feel.
@CMAKdaSILLY
@CMAKdaSILLY Жыл бұрын
The three spike jumps don’t have to be brutal because you could just become RobTop and make the spike hitbox a tiny rectangle😂
@sohumchatterjee9
@sohumchatterjee9 2 жыл бұрын
Would heavily suggest using the steam version of the game for increased efficiency, as you can easily access all the files using it
@ThatNoobKing
@ThatNoobKing 2 жыл бұрын
0:50 WHAT I MUST HAVE WHAT THE HELL
@OwoAshes
@OwoAshes 2 жыл бұрын
Omg amazing work! I couldn’t do any programming- (well I could if I had motivation to try)
@deathstinger13
@deathstinger13 2 жыл бұрын
dang it, your in-vid avatar and your channel name made me hungry XD
@ozhinz
@ozhinz 2 жыл бұрын
this hurts to watch knowing how gd actually works
@Muscletearror
@Muscletearror 2 ай бұрын
how to make an ai for geometry dash: code a way for it to know when it dies, then once it knows it dies, it saves the timestamp of it dieing and once it gets to that timestamp it jumps a bit before it making it jump over whatever killed it, if it dies again to the same spot, once it gets to the timestamp it will jump even earlier until it completes the level
@Md5offical
@Md5offical 2 жыл бұрын
Pro tips for noob gd players: -Jump at edge of triple spike -When enter yellow portal flip ipad 180 degrees -spam wave in tight spaces
@0m7_
@0m7_ 2 жыл бұрын
Nice! Now make and beat Misantrophe with this
@mattmarafino
@mattmarafino 2 жыл бұрын
Dang those are 2017 knobbelboy particles
@thanosbambi
@thanosbambi 2 жыл бұрын
okay, but what are your thoughts on kakuzu vs. pain?
@chaken6187
@chaken6187 2 жыл бұрын
Bruh
@figmentboy
@figmentboy 2 жыл бұрын
As a GD modder, it's pretty easy to access what info you need to do something like this. However, the game is super poorly coded so any attempts to predict or recreate gameplay take a lot of work
@lstwo.
@lstwo. 2 жыл бұрын
MegaHack has a show hitboxes feature which can probably give you information
@irfanmuzaki6698
@irfanmuzaki6698 2 жыл бұрын
Ah... This type content what i was looking for...
@MemoryMachineYT
@MemoryMachineYT 2 жыл бұрын
You can get all the stuff on, the spriters resource
@pingas6429
@pingas6429 6 ай бұрын
Due To The Ship Not Existing Here, You Didn't Make AI Learn To Play GD! You Made It Learn How To Play The Impossible Game!
@roid9822
@roid9822 2 жыл бұрын
Robtop when he sees this: whut is this
@undefined06855
@undefined06855 2 жыл бұрын
The grainy background is the one in-game. There is a high quality one in the files though
@breadeater1972
@breadeater1972 2 жыл бұрын
I wish I could code like this, I'm trying to make use of VERY simple code to have a macro do my online homework by clicking in multiple different spots repeatedly. Heck, I wouldn't even call it code XD.
@ccost
@ccost 2 жыл бұрын
2:30 jokes on you the really noisy image is the real image, the game has loads of noise in the textures for compression i know this since this my main game
@BromeoWuggles
@BromeoWuggles 2 жыл бұрын
Very epic so far Will you be adding the ship in the future, or are you sticking to the cube?
@CodeNoodles
@CodeNoodles 2 жыл бұрын
Depends on how ambitious I am.
@Kaitri
@Kaitri 2 жыл бұрын
The moment kirbymaker gets uploaded, nintendo will sue you :(
@Iggonic
@Iggonic 2 жыл бұрын
I’m pretty sure that the cube is meant to be closer to the left but other than that this looks kinda decent ngl.
@kaanitoplays
@kaanitoplays 2 жыл бұрын
I struggle on geometry dash so this ai would be helpful
@romanvolotov
@romanvolotov 2 жыл бұрын
ship part was cool
@FlamingTX
@FlamingTX 2 жыл бұрын
If I had a nickle for everytime a gamedev made their own gd to make AI play it I'll have 2 nickles which isn't a lot, but it's wierd that it happened twice
@carloskazeed
@carloskazeed 2 жыл бұрын
Bruh the intro glitched and it kept looping but I thought it was a cool like reference to how the ai might learn by repeating, so I sat there through like 6 repeats until I check to see it kept looping for some reason
@Pixeleer
@Pixeleer 2 жыл бұрын
im imagining a youtube video named "AI beats Artificial Ascent"
@theterrariaguy1232
@theterrariaguy1232 2 жыл бұрын
Next video: AI beats Bloodbath and silent sircles
@megadubstepxd9462
@megadubstepxd9462 2 жыл бұрын
There is actually a discord server dedicated to geometry dash modding, and they already work on self playing gd, maybe you could contact people from there
@pokics
@pokics 2 жыл бұрын
Ur so underrated
@jontheartist5918
@jontheartist5918 2 жыл бұрын
Alternative title: Remaking Geometry dash
@trethetree
@trethetree 2 жыл бұрын
9:34 lol
@bigmac9712
@bigmac9712 2 жыл бұрын
What game Engine are you using?
@CodeNoodles
@CodeNoodles 2 жыл бұрын
None. Just C++ and SFML with a library I made called Glass.
@CrushedAsian255
@CrushedAsian255 Жыл бұрын
@@CodeNoodlesdoes Sfml work on Mac?
@CodeNoodles
@CodeNoodles Жыл бұрын
@@CrushedAsian255 I believe so.
@Villagerslime
@Villagerslime Жыл бұрын
He invented platformer mode!
@SusDoctor
@SusDoctor 2 жыл бұрын
When he said mobile game I can bet some pc gd players flipped
@SasamuelTheCool
@SasamuelTheCool 2 жыл бұрын
Me when underrated KZbinr
@tornadoreaper
@tornadoreaper 2 жыл бұрын
cool beat back on track now
AI Learns to play Geometry Dash || Part 2
10:27
CodeNoodles
Рет қаралды 185 М.
AI Learns to Speedrun Mario
8:07
Kush Gupta
Рет қаралды 905 М.
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 6 МЛН
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 97 МЛН
СКОЛЬКО ПАЛЬЦЕВ ТУТ?
00:16
Masomka
Рет қаралды 3,4 МЛН
A.I Learns to Play TOWER DEFENSE
11:32
ZuzeloApps
Рет қаралды 206 М.
AI Learns to play Geometry Dash || FINAL
11:51
CodeNoodles
Рет қаралды 243 М.
Image Recognition DESTROYS Mario Minigames
13:35
CodeNoodles
Рет қаралды 735 М.
Things You Never Knew Were Possible in Geometry Dash..
11:11
I taught an A.I. to speedrun Minecraft. It made history.
11:10
AI Learns to Use Stairs (deep reinforcement learning)
12:00
AI Warehouse
Рет қаралды 2 МЛН
AI Learns To Play Lethal Company
12:56
Syntaxe
Рет қаралды 422 М.
Using Image Recognition to find Mario
8:47
CodeNoodles
Рет қаралды 1,9 МЛН
I Remade Geometry Dash From Memory
14:43
PolyMars++
Рет қаралды 736 М.
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 6 МЛН