Variable Length Jumps | Coding a 2D Game Engine in Java #50

  Рет қаралды 5,573

GamesWithGabe

GamesWithGabe

Күн бұрын

Пікірлер: 14
@syllight9053
@syllight9053 3 жыл бұрын
This is precocious, there aren't even tutorials like this to find nowadays. Keep it up, you deserve way more subs!
@ABHISHEKSINGH-nv1se
@ABHISHEKSINGH-nv1se 3 жыл бұрын
I am enjoying this series. May this series keep going and keep teaching me new stuffs. And thanks for making these awesome LWJGL videos.
@GetRektTom
@GetRektTom 3 жыл бұрын
You just gained yourself a sub. Going to watch this entire series from ep. 0 now
@LawMasterTimmy
@LawMasterTimmy 3 жыл бұрын
thanks so much for this series so far, the only channel I can find making a 2d game engine
@EdWard-cv5gc
@EdWard-cv5gc 3 жыл бұрын
Looking forward to go through all theses vídeos!
@hilbert_curve3680
@hilbert_curve3680 3 жыл бұрын
Dude, great video and video series, but I kinda want to see more “How it Works” videos. All on your time, of course. Keep up the great work.
@jorgeaugusto30
@jorgeaugusto30 3 жыл бұрын
Very good and informative video. Congratulations!
@v_1040
@v_1040 3 жыл бұрын
you deserve more views and subs bro.
@GamesWithGabe
@GamesWithGabe 3 жыл бұрын
Thanks V_ :)
@2skateboards113
@2skateboards113 3 жыл бұрын
Bruh thanks I been trynna see this
@PebeGaming
@PebeGaming 3 жыл бұрын
Me: Thinking Robert Wadlow is big. Gabe's Intellij: fucc u
@marcusslover
@marcusslover 3 жыл бұрын
I love your content!
@max-speed.
@max-speed. Жыл бұрын
```Java // Create a new class for the jumping ability public class PlayerJump { // Set the maximum height of the jump public static final int MAX_HEIGHT = 20; // Create a method for the jumping ability public void jump(){ // Calculate the current height of the jump int currentHeight = 0; while (currentHeight < MAX_HEIGHT) { currentHeight++; } // Make the player jump System.out.println("The player is now jumping!"); } } ``` Written by Chatsonic
Powerups | Coding a 2D Game Engine in Java #51
26:34
GamesWithGabe
Рет қаралды 1,8 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 45 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 131 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 17 МЛН
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 757 М.
Jump Physics  [Design Specifics]
4:53
Masahiro Sakurai on Creating Games
Рет қаралды 126 М.
Game Camera OpenGL | Coding a 2D Game Engine in Java #7
23:48
GamesWithGabe
Рет қаралды 20 М.
How I learned Unity without following tutorials (Developing 1)
18:11
Game Maker's Toolkit
Рет қаралды 2,1 МЛН
Stop using std::vector wrong
23:14
The Cherno
Рет қаралды 157 М.
Drawing the First Square | Coding a 2D Game Engine in Java #5
30:34
GamesWithGabe
Рет қаралды 28 М.
Why Can't We Make Simple Software? - Peter van Hardenberg
41:34
Handmade Cities
Рет қаралды 152 М.
Texture Batching | Coding a 2D Game Engine in Java #13
33:40
GamesWithGabe
Рет қаралды 11 М.
Why Didn't He Get the Job? Let's Find Out! // Code Review
27:25
The Cherno
Рет қаралды 155 М.