Making a simple game with Java and JavaFX - step by step

Опубликовано: 30 Сентябрь 2024
на канале: Orango Mango
1,937
53

#java #javafx #gamedev #shooter

How to make a simple shooter game with java and javafx using game loops, collision detection and shooting system.

Game source: https://github.com/OrangoMango/Simple...

My website: https://orangomango.github.io

Tutorial chapters
0:00 Intro
0:10 Setup
0:32 Preparing the window
3:00 Making the player
4:32 Input events and moving the player
6:00 Making the player shoot
8:45 Adding enemies
12:48 Enemy collision and damage to the player
14:52 HP bar
15:53 Bullets touching enemies
18:02 Final result