I Spent 100 HOURS Making a Game With NO GAME ENGINE

Поділитися
Вставка
  • Опубліковано 21 тра 2022
  • I Spent 100 Hours Making a Game With No Game Engine, here's how it went...
    Want to learn how to make a game like mine? Check out my course here!
    www.fuelvin-academy.com/
    Buy GameDev.tv's Beginner Unity Course Bundle here: www.gamedev.tv/p/beginner-uni...
    This was a game I made in ninth grade for a school project, and it's something that's been sitting in the back of my laptop file storage for a long time. I felt like bringing it out and sharing with you all my experience making this game; I hope you enjoy!
    ------------------------------------------------------------------------------------------------------------------------------------------------------
    My RPG project: github.com/fuelvin/eclipse-rp...
    Join my DISCORD: / discord
    Follow my TIKTOK: / itsfuelvin
    Check out my mobile games below!
    1. The Last Chicken On Earth:
    App Store (Apple): apps.apple.com/us/app/the-las...
    2. Flingy Fruit:
    Google Play (Android): play.google.com/store/apps/de...
    App Store (Apple): apps.apple.com/us/app/flingy-...
    ------------------------------------------------------------------------------------------------------------------------------------------------------
    If you enjoyed this video, you might like these ones:
    Fuelvin - I Played My Old FRONT-PAGED Scratch Games...
    • I Played My Old FRONT-...
    xzippyzachx - 5 Years of Making Games in Unity!
    • 5 Years of Making Game...
    CodyCantEatThis - I Made Pokemon Red & Blue but its 3D
    • I Made Pokemon Red & B...
    Dani - Adding a Giant Crab to my Game So Netflix doesn't Sue me
    • Adding a Giant Crab to...
    Sam Hogan - I Made Minecraft in 24 Hours
    • I Made Minecraft in 24...
    Sam Hogan - I Made the Hardest Game Ever
    • I Made the Hardest Gam...
    DenshiVideo - The Most Impressive Scratch Projects
    • The Most Impressive Sc...
    CodyCantEatThis - I Made Pokemon Red & Blue but its 3D
    • I Made Pokemon Red & B...
    LazyAlarm - I Used Godot For 100 Hours, Here’s What I Learned
    • I Used Godot For 100 H...
    CodyCantEatThis - I Made The Legend of Zelda but it's 3D
    • I Made The Legend of Z...
    Dani - He said I Couldn't Make a Multiplayer Survival Game... So I Made One!
    • He said I Couldn't Mak...
    ------------------------------------------------------------------------------------------------------------------------------------------------------
    Music used:
    LAKEY INSPIRED - Chill Day
    Sunny Morning - Bruno E.
    ♪ Biscuit (Prod. by Lukrembo)
    Link : • (no copyright music) l...
    ------------------------------------------------------------------------------------------------------------------------------------------------------
    For business inquiries: contact@fuelvin.com
    ------------------------------------------------------------------------------------------------------------------------------------------------------
    #gamedev #indiegamedev #indiegame #gamedevelopment #unity #unity2d #fuelvin
  • Навчання та стиль

КОМЕНТАРІ • 373

  • @cachatt
    @cachatt 2 роки тому +60

    Anyone: Java is not created to making games!
    You and Mojang: 🗿

  • @arch7620
    @arch7620 Рік тому +24

    show some emotion bro i'm scared

  • @WhatisAPaladin
    @WhatisAPaladin Рік тому +133

    man for a 15 year old you have talent.. keep it up :)

  • @lukeplayz8596
    @lukeplayz8596 2 роки тому +338

    nice content! love that you moved from a scratch youtuber to a coding youtuber, best of luck!!!

    • @whannabi
      @whannabi 2 роки тому

      Damn, that's pretty cool.

    • @AlienDeveloperYT
      @AlienDeveloperYT 2 роки тому +2

      @@urbanevilfr and Coding with chris

    • @Solomonwo
      @Solomonwo 2 роки тому

      No

    • @eggomyleggos5247
      @eggomyleggos5247 2 роки тому +1

      wait he was in the scratch community? i only just recently started watching him

    • @MESYETI
      @MESYETI Рік тому +1

      @Puppo it doesnt

  • @alteratio1978
    @alteratio1978 2 роки тому +17

    I love how i've come from watching your how to make an rpg game vids, to these videos that look really professional, keep up the good work!

  • @CreativeSteve69
    @CreativeSteve69 2 роки тому +55

    Found ya on my timeline tonight. This was a really enjoyable video to watch. I'm brand new to programming. Learning python to make games with and having fun with it. This encouraged me to keep on going. Hope to see more videos like this.

  • @Titan-8190
    @Titan-8190 2 роки тому +77

    I know it was 4 years ago, and that's already a great results, but for anyone using that as an inspiration, there are a few mistakes that beginner should be aware of in the the Game class:
    - Never increment with delta time because inaccuracies build up, always compare to a reference time. (this is important in game logic as well with any game engine)
    - Pass the delta time to your tick function because if your framerate drop your game will slow down. that also allow yout to make frame rate limit optionnal and configurable because most screens go beyond 100Hz nowadays.
    - Never have active wait, your while loop needs to sleep. or just don't limit your frame rate at all because you are not saving CPU cycle anyway by adding up nanoseconds instead of running tick.

    • @birbylikesfox1032
      @birbylikesfox1032 2 роки тому +1

      it doesnt really change wether u put it in tick or run, at the end of the day the tick function would be carried out at the same rate,that is, (now - last time), which varies with the delta variable. I still use the same way and the frames work pretty fine

    • @volkov3310
      @volkov3310 Рік тому +1

      @@birbylikesfox1032 no.
      You should pass and use dt to calculations.
      Different machines have different components with different performance. So tie game code to framerate is stupid. Tie it to delta time instead.

  • @mrnewtuber9118
    @mrnewtuber9118 2 роки тому +24

    Man, this is the best game video I’ve ever seen!
    The editing is soo good! You’ve come so far!

  • @Anula993
    @Anula993 2 роки тому +112

    Eclipse is just an IDE. Comparing it to Unity doesn't really make that much sense. It would make more sense to compare it to VSCode.
    That said, if the only requirement was for this to be written in Java (they can't really enforce this Eclipse part - you could have just imported it as a project at the very end but write the whole thing in vim. Not that I would suggest that with Java) why not use some game-related libraries? Eg. for collision detection. There are some of them out there, eg. LWJGL

    • @kigamezero8636
      @kigamezero8636 2 роки тому +30

      Yeah, I was gonna mention that.
      Searching "how to make games in Eclipse" doesn't yield anything since it's just an IDE. It's the equivalent of "how to write a story in Google Docs."
      But I do remember being confused about these things when I first started learning about coding. Things are a blob for the longest time until it clicks.

    • @BaxzXD
      @BaxzXD 2 роки тому +2

      because making your own stuff is fun

    • @kigamezero8636
      @kigamezero8636 2 роки тому +4

      @@BaxzXD oh, fs. We're not saying it's a bad idea. It's just that the comparison isn't really fair since the two have different purposes.

    • @rorymax
      @rorymax 2 роки тому +7

      And IDE is a fully fledged IDE. You have tools, plug-ins, and it’s a fancy environment to write code in. No idea what this guy was talking about

    • @onebigsnowball
      @onebigsnowball 2 роки тому +1

      It's a basic 2D RPG. Why use a hardware rendering game engine for something that could've existed in 1990

  • @r3ktcuzicanm835
    @r3ktcuzicanm835 Рік тому +9

    Man this is sick, I took an intro CS class this year and we used a game engine called Game Maker, but halfway through I got bored and taught myself a bit of Python, and switched to JavaScript, made an online game with JS, and it was all because I was motivated by youtubers like you, keep killing it! It changes lives!

  • @hugoblommaskog7268
    @hugoblommaskog7268 Рік тому +21

    You compare making a game in Unity with making a game in Eclipse. One is a Game Engine, the other is an IDE. You could have used Eclipse together with a Java Game Engine such as libGDX or jMonkeyEngine (fact that you use Eclipse doesn't matter for the result). It got difficult because you chose to not use any game engine in Java

  • @KaydenAP
    @KaydenAP 2 роки тому +8

    Love it warfame! You're very good at this 👍

  • @Iraxvii
    @Iraxvii 2 місяці тому +1

    I used that same video to design the engine for the game I've been working on for a few years now. I restarted the engine many times to use opengl and then openal. Cool to see I'm not the only one who got their start in engineless game development from that video

  • @Futurisu
    @Futurisu Рік тому +1

    I remember following your zombie shooter video back in 2017. That was my first memory to coding, and that was from your video. Thank you.

  • @UndeadAlv
    @UndeadAlv Рік тому +1

    This was funny in a sense I didn’t understand
    And also engaging
    Good video lmao
    I need that patience because recently it’s hard for me to study

  • @gamingwithevuthepro4671
    @gamingwithevuthepro4671 Рік тому +4

    Grass is a plant with narrow leaves growing from the base. A common kind of grass is used to cover the ground in places such as lawns and parks. Grass is usually the colour ‘green’. Grasses are monocotyledon, herbaceous plants. The grasses include the "grass", of the family Poaceae (also called Gramineae). Also sometimes it is used to include the sedges (Cyperaceae) and the rushes (Juncaceae).[1] These three families are not closely related but belong to different clades in the order Poales. They are similar adaptations to a common life-style. The true grasses include cereals, bamboo and the grasses of lawns (turf) and grassland. Uses for graminoids include food (as grain, sprouted grain, shoots or rhizomes), drink (beer, whisky), pasture for livestock, thatching thatch, paper, fuel, clothing, insulation, construction, sports turf, basket weaving and many others. Many grasses are short, but some grasses, like bamboo can grow very tall. Plants from the grass family can grow in many places and make grasslands, even if they are very cold or very dry. Several other plants that look similar but are not members of the grass family are also sometimes called grass; these include rushes, reeds, papyrus, and water chestnut. Seagrass is a monocot in the order Alismatales. Grasses are an important food for many animals, like deer, buffalo, cattle, mice, grasshoppers, caterpillars, and many other grazers. Unlike other plants, grasses grow from the bottom, so when animals eat grass they usually do not destroy the part that grows.[2] This is a part of why they are successful. Without grass, earth may wash away into rivers (erosion).

  • @isocup_
    @isocup_ 2 роки тому

    Bro you definietly deserve more subs! Keep up the good work man! 👍

  • @Totally_Bonkers
    @Totally_Bonkers Рік тому +1

    An actual good sponsor. Straight to the point, and actually related to the video in a way.

  • @Fuelvin
    @Fuelvin  2 роки тому +90

    Hope you guys enjoyed this video! How do you think my game turned out?
    Want to learn how to make a game like mine? Check out my course here!
    www.fuelvin-academy.com/
    Join my Discord for announcements, sneak peeks, and more! discord.gg/QXWMrSNg38

  • @peacefuldeityspath
    @peacefuldeityspath 2 роки тому +1

    Crystal Soldier: Amazing job warframe! :D i hope you post more tutorials like this in the future and right now im learning Unity and C#. and 2d game development in java =))

  • @memevoid4348
    @memevoid4348 2 роки тому +2

    I like your editing style , very nice and neat

  • @dekriel119
    @dekriel119 2 роки тому +2

    from scratch to java, that's what I like to see! Stay strong!

  • @philovidya8567
    @philovidya8567 Рік тому +3

    I did the exact same thing in my ap compsci class when I was a junior in high school. I had a whole semester to work on my game and I ended up making a Zelda-like. It was supposed to be a group project but I ended up doing the entire project except for the music all by myself. The premise was that you were a student who had been kidnapped by our teacher and locked in his basement and you had to go room to room fighting monsters and solving puzzles to find your way out. Now that I make games in godot I realize just how difficult it was comparatively to make a video game in Java.

  • @L3RNA3AN
    @L3RNA3AN 2 роки тому +2

    Reminds me of my first semester in degree college where my teacher wanted us to make a text-based game. I tried hardcoding it in C++ but in vain and I had to eventually make use of a third party software that allowed us to make such games easily.
    Seeing this video motivates me to hardcode something on my own again.

  • @personguyguy
    @personguyguy 2 роки тому

    dang you are like the only reason I have hope of getting a full time job with my simple skills in coding (it helps me just knowing there's other people in the same place I am in right now)

  • @HWeingard
    @HWeingard 2 роки тому +2

    I couldn’t help but laugh when I heard eclipse called bare bones software. :-). Good job on your project!

  • @birbylikesfox1032
    @birbylikesfox1032 2 роки тому +5

    Great video! I can see the inspiration of some of the concepts from CodeAndMore. I also started my java game dev journey with those tutorials. I hope those kind of series would be more available because there is a shortage of java game devs
    Tip: u dont need to understand how the gameloop works. Once you start making more games,you will eventually understand it! Tho if anyone want i can explain it in the replies

    • @ifyoustaywithmeyouwillneve1678
      @ifyoustaywithmeyouwillneve1678 2 роки тому

      I'm planning to learn to code games, while Java is not one of my first options would that explaining help with other languages. Right now I have very basic knowledge about coding and stuff btw

  • @CarlosAMaldonado
    @CarlosAMaldonado 2 роки тому +19

    Back when I was in college I took a “introduction to programming “ class, where I had to make a videogame using just python and some graphic/“game” library (pygame) which made it easier than starting from 0, but at that time I had some experience with Unity already, and going back from unity to write line by line in sublime text/vs code was really awful lol.
    At the end I got an atari game clone but it wasn’t that good.

    • @logosking2848
      @logosking2848 2 роки тому +3

      so basically you lack the skill to make a raytracing algorithm from scratch? :( idk get better lol. and before you ask, yes, i did

    • @CarlosAMaldonado
      @CarlosAMaldonado 2 роки тому +7

      @@logosking2848 not everyone has the skills to build and entire engine, I majored in animation and vfx, not in programming or cs, I use Unity bc I know how to use it and how to code in c#, and I’m not gonna learn how to make an engine because there are a lot of good engines out there already, Unity, Unreal, Godot, you don’t have to invent the wheel again and again, that’s pointless

    • @incomprehensible3945
      @incomprehensible3945 2 роки тому +1

      @@logosking2848 top 10 who asked moments

    • @logosking2848
      @logosking2848 2 роки тому +1

      @@CarlosAMaldonado I was joking dw.

    • @cleiand5868
      @cleiand5868 2 роки тому +2

      *laughs in pure python(no libraries)*

  • @dousuketoby1731
    @dousuketoby1731 Рік тому +1

    Bro you are a genius and you need to acknowledge that right now

  • @JimLStone
    @JimLStone 2 роки тому +2

    I remember my computer science class I made a game in eclipse for fun and showed it to my teacher. She literally didn't give a shit and that made me so upset.

  • @NewSchattenRayquaza
    @NewSchattenRayquaza Рік тому

    Thank you so very much for sharing your progress :)

  • @Secret666
    @Secret666 Рік тому

    The first time I've ever seen a sponsor that is actually worth looking into, I've bought a lot of GDTV courses on Udemy (they go on sale A LOT!) But they are all pretty much aimed at beginners.

  • @rungeon83
    @rungeon83 2 роки тому +1

    looking at the code made me wanna cry but when you said "9th grade" i'd be like "Fooking geninus!!" Just awesome, I'm a fan!

  • @jaysonbunnell8097
    @jaysonbunnell8097 2 роки тому +1

    I'm a fan of the battle mechanics! Nice job!!!

  • @hattu2374
    @hattu2374 2 роки тому

    Great video! This guy is so underrated.

  • @gamertronky8648
    @gamertronky8648 2 роки тому +17

    I love coding games without engines... All my games are created without engine. The first game I made has 4000 lines of code in python.

  • @the-moocow
    @the-moocow Рік тому +2

    Eclipse is just the IDE. It's independent of the "game". The game is just Java, the code is the same in VS Code, Intellij, Netbeans, etc...

  • @eliotyt9305
    @eliotyt9305 2 роки тому

    I watched your content since your shooter tutorial, and comparing this and that video, a lot has change for good. Great improvements, il just miss the old name.

  • @dromedda6810
    @dromedda6810 2 роки тому +8

    i mean, eclipse is an ide, and doesnt really have anything with what libraries and api's you use?
    either way really enjoyed it! it took me back to HS when i was making software for the ti-84 calculator

  • @TamuraSteam
    @TamuraSteam Рік тому +1

    This is very impressive, I wish I had an opportunity to do something like this when I was younger

  • @yumauva3260
    @yumauva3260 Рік тому

    Ima download it thanks for sharing!!

  • @crowleyeusford7886
    @crowleyeusford7886 2 роки тому +3

    I used to develop my games in java with eclipse (ya i like sufferin' myself). Then i instantly decided to use a game engine and im happy with that. Coding your own game engine will not worth unless you have some specific reasons.

  • @mike2ykme
    @mike2ykme 2 роки тому +3

    Wait did you just say eclipse is not a full featured editor? Like my dude, that’s a whole IDE versus a modular text editor like VS code.

  • @pastorslant
    @pastorslant Рік тому +1

    Sure wish my school had offered classes like that... Our only computer classes taught how to type and use Microsoft office.

  • @wawdwwd2406
    @wawdwwd2406 2 роки тому

    A pro tip, if you want to avoid making a source folder for the assets, right-click on your project name -> New -> Folder and call it "res". Then, right-click the project name again but this time go to Properties -> Java Build Path -> Classpath, and then you press the button with the text "Add Class Folder". Once you're prompted with a popup, click the checkbox next to the folder you've made.

  • @__Plasma
    @__Plasma Рік тому +1

    Me: "I only play games thats made in C++"
    Me: "well.."

  • @Nyghtfall
    @Nyghtfall 2 роки тому

    very nicely done! I hope you got an A for your project!

  • @svartty8758
    @svartty8758 2 роки тому

    dude, this is amazing!!

  • @iOverThoughtThis
    @iOverThoughtThis 2 роки тому +2

    holy... you consider eclipse to be bare bones?!

  • @Wyatt392
    @Wyatt392 Рік тому

    I am just over half way done with a C# coding course and these videos are make me want to make my own games👍

  • @ButteryCowEgg
    @ButteryCowEgg 2 роки тому +5

    I think imma try doing something like this in Java. Seems like pretty good experience

  • @zhabiboss
    @zhabiboss Рік тому +2

    Fun fact: Minecraft was also created with no GE, like he did, but in 3d

  • @stysan
    @stysan 2 роки тому

    YOU ARE DUCKING WARFAME WHAT YOU UPGRADED SO MUCH LOOOOOOL I FEEL THAT NOSTALGIC ENERGY LKSODJDJDK

  • @davesiarez3887
    @davesiarez3887 Рік тому

    Bro we almost have the same experience, i also coded a game using only html css and js. The only difference is there's already a lot of tutorials but i swear i only copied what was needed and do everything from scratch so i learned fundamental game dev stuff like u did.

  • @Bozemoto
    @Bozemoto 2 роки тому +1

    Might want to use some kind of sleep method instead of a "busy wait". Basically tell the PC that you don't need to do anything for a few milliseconds instead of constantly getting the delta and checking it. There's a minimum time that you can sleep though that's OS dependent so if the time remaining on the frame is less than that you can do the busy wait instead.

  • @jerrictupaz5827
    @jerrictupaz5827 Рік тому

    You really good at explaining thank you

  • @mikekun1407
    @mikekun1407 Рік тому

    Getting sum JDH vibes from this vid 👨🏼‍💻
    Live it

  • @caden5936
    @caden5936 2 роки тому +1

    You better have gotten a 100% on this project holy cow

  • @purplepandas18
    @purplepandas18 2 роки тому

    xD your voice sounds like a text to speech bot, love your content keep it up!

  • @markpdyson
    @markpdyson Рік тому

    Loving the Dankpods music in the background

  • @gunman1299
    @gunman1299 2 роки тому +3

    Fun Fact: Minecraft: Java Edition was initially developed using just Eclipse and LWJGL (a java game library).

    • @TheKodeToad
      @TheKodeToad 2 роки тому

      It's still developed in Java to this day

    • @milo20060
      @milo20060 2 роки тому

      The latest minecraft "Bedrock" which is multiplatform and is written in C++

    • @TheKodeToad
      @TheKodeToad Рік тому

      @@milo20060 Java edition is still developed

  • @TheVRSweat
    @TheVRSweat 2 роки тому

    Great Job!

  • @saqibyasar3307
    @saqibyasar3307 2 роки тому

    This is amazing!

  • @reachec7545
    @reachec7545 2 роки тому

    bro dropping jokes with a straight face, instant sub

  • @ageingdragon8132
    @ageingdragon8132 8 місяців тому +1

    your voice changed daaaaaaaamn
    keep up the good work

  • @n8dev
    @n8dev 2 роки тому

    Good stuff! Making engines is fun 🙌

  • @mahmoudawd7846
    @mahmoudawd7846 Рік тому

    it worked! thank you so much!!

  • @SupercriticalXenon
    @SupercriticalXenon 2 роки тому +1

    Finally, Warfame has a new video!

  • @onealonestudios
    @onealonestudios 2 роки тому

    I would love it when you start making Unity tutorials!!

  • @socialsecurity4206
    @socialsecurity4206 Рік тому

    Thank you so much you really help me :)

  • @toonverse6475
    @toonverse6475 2 роки тому +1

    keep making content like this lol. maybe devlogs???? :)))

  • @Grinwa
    @Grinwa Рік тому

    I really really enjoy playing around with object oriented programming languages
    It makes me feel better

  • @NunyaBizznezz6969
    @NunyaBizznezz6969 Рік тому

    I jump into Java and make nonsense sometimes, love the content. Subbed

  • @-nj
    @-nj Рік тому

    I've used Eclipse in the past and made a game for roku. Really fun project ngl.

  • @devjr.8414
    @devjr.8414 2 роки тому

    I will try suffering like you ^_^.
    Nice video

  • @SteinBee
    @SteinBee 10 місяців тому

    this was fun to watch. Im doing somthing similer in C++

  • @kour3l
    @kour3l Рік тому +1

    Actual video title: I remade Undertale with no game engine.

  • @UglyPython
    @UglyPython 2 роки тому

    I didn't know you were warfame, I loved the series of the shooter game.

  • @tfwnoyandere
    @tfwnoyandere Рік тому

    this is incredibly helpful

  • @ranqom02
    @ranqom02 2 роки тому

    this deserves for views man.

  • @popaandrei4521
    @popaandrei4521 2 роки тому

    This is really really nice tbh. But when it comes to handling ads and in game payments the engine really comes in handy

  • @allanbru6068
    @allanbru6068 Рік тому +4

    As someone who loves overcomplicating stuff, I feel very related to this content. Obviously you could have saved a lot of time by using game engines, but it wouldn't be as rewarding as it was, and I'm sure you developed your programming skills significantly this way, probably that's why you got so much into it.
    I'm certain that from that moment on, you decided that you wanted to work 24h/day with a few coffee breaks hahahah

    • @hamu_sando
      @hamu_sando Рік тому

      What they did was acceptable for a uni project but if you get a job writing code then you'll realise there are deadlines to meet and no hours/days/weeks to waste on implementing your own low quality version of a free (libre)/open source software library that you can import and start using in 10 seconds.

  • @TheDroidsb
    @TheDroidsb Рік тому

    Haha all the issues you’ve had with collision I’ve had the same issues before when programming my own collision system 😂

  • @theirishgamer10
    @theirishgamer10 Рік тому

    You are underrated like WOW

  • @nick14147
    @nick14147 Рік тому +1

    Will there be more videos coming to Scratch?

  • @n10.phaminhthanh89
    @n10.phaminhthanh89 Рік тому

    so good !!!
    😍😍

  • @asifthatwouldeverhappen
    @asifthatwouldeverhappen 2 роки тому

    That's Awesome!

  • @michalokul8913
    @michalokul8913 Рік тому

    For collision you could check the distance and the direction the player is moving.

  • @enochkang9171
    @enochkang9171 2 роки тому

    You got sponsored! Let's goooooo!

  • @D-ingus
    @D-ingus Рік тому

    It feels like your staring onto my soul throughout the video

  • @IamSouls
    @IamSouls 2 роки тому

    Looks likes a sick video!

  • @hackcraft_
    @hackcraft_ 2 роки тому

    I made rpg(walking simulator with collision) game with vanilla js in grade 8 in a week. I know exactly how you feel. (my parents don't want me to write code, so it was way harder than it should be) Also you should try js have built in render system with canvas 2d rendering context

  • @CMgamer022
    @CMgamer022 2 роки тому

    What do use to edit videos?

  • @noahr.lombardi8821
    @noahr.lombardi8821 2 роки тому

    I came up with a solution before he said it, it could check if the player is on a collidable tile, it moves the player back before rendering.

  • @infectdev8996
    @infectdev8996 2 роки тому

    Great Video. Your So Good at Coding!
    EDIT: You made the game That im making... I ALSO GOT THE COMBAT IDEA FROM UNDERTALE LMAO

  • @thorn9382
    @thorn9382 Рік тому

    The fact that this guy made all of this in grade 9 meanwhile I'm in grade 11 and still struggling with C# makes me feel unaccomplished

  • @candykid44
    @candykid44 2 роки тому +1

    Interesting!

  • @nocoreal
    @nocoreal 2 роки тому

    That's cool, what engine did you use?

  • @cuberton
    @cuberton 2 роки тому

    awesome, like the baby possum!

  • @stanleythehandsome5402
    @stanleythehandsome5402 2 роки тому +2

    Just wanted to point out that you could create a quality game in Java regardless of IDE or text editor. The fact that java is a terrible language for writing games is a different story

    • @cheems1337
      @cheems1337 2 роки тому

      @@geoffschnoogs6888 kotlin is better tho