15:01
Setting Up the Window | Coding Geometry Dash in Java #1
In this video, I go over a high-level overview of all the concepts that will be covered in this series. I also go over setting up the ...
19:33
Starting UI/Camera Controls | Coding Geometry Dash in Java #11
In this tutorial I go over how to make a uniform grid that is positioned according to the world coordinates. I also go over how to ...
0:37
Self Made Geometry Dash in Java - Demo
I made this in Grade 11, All the sprites are 'made' by me in photoshop by taking original game sprite sheets and modifying them.
0:52
Half a year ago I started this project, and after 100+ hours of work, the game is done. Although I will continue adding features, this ...
22:53
Coding Gravity | Coding Geometry Dash in Java #9
In this tutorial I go over a quick way to implement gravity, and simple collision detection for the player and the camera. We then ...
27:07
Level Editor Tabs | Coding Geometry Dash in Java #21
In this tutorial, I go over the first part of adding a tabbing system to our level editor. This involves creating several different game ...
32:32
Starting Level Editor UI | Coding Geometry Dash in Java #13
In this video I go over how to begin building our level editor UI. This consists of building a menu with a selection for all the different ...
19:15
Menu Functionality | Coding Geometry Dash in Java #22
In this tutorial, I go over the second part of adding a tabbing system to our level editor. This will be the part where we add the ...
15:24
Bug Fixing | Coding Geometry Dash in Java #30
This is the final tutorial of the Coding Geometry Dash in Java series. In this tutorial I go over some bugs that we have missed along ...
5:24
How to Code in GD | Episode 1 (The Basics)
I've had this series envisioned for quite some time now, finally fully realized in the highest quality I could make. In this episode we ...
10:11
Spritesheets | Coding Geometry Dash in Java #6
In this video, I go over how to load spritesheets and get individual sprites in our simple game engine. Download Sprites: ...
11:14
Maintenance | Coding Geometry Dash in Java #10
This tutorial is mainly just some maintenance on the current state of the code base for this series. I do go over a couple of functions ...
21:26
Transformations | Coding Geometry Dash in Java #7
In this tutorial, I briefly explain what transformations are, and how to apply them to our game objects before rendering them to the ...
26:47
Box Triggers and Portals | Coding Geometry Dash in Java #29
In this tutorial, I go over how to create box triggers, and then how to use these triggers to trigger events like switching player state ...
22:21
Deserialization Part 1 | Coding Geometry Dash in Java #15
In this video I go over the essentials of parsing. We learn how to parse doubles, floats, integers, strings, and booleans from a file.
40:56
Serialization | Coding Geometry Dash in Java #14
In this video I go over how to serialize game objects in our scene. That is, how to begin the process of transforming the entire ...