Java Game With Processing Library

Make Java 2D Game using Processing Library

Java Game With Processing Library
Java Game With Processing Library

Java Game With Processing Library udemy course

Make Java 2D Game using Processing Library

This course is designed for anyone interested in creating 2D games, whether you're a hobbyist, student, or aspiring game developer. Throughout the course, I will be using Java with the Processing library to teach the foundational concepts of 2D game development.

What's in this course

In this course, we’ll start with the basics. In Section 1, you’ll learn how to install Processing, draw simple shapes like rectangles, animate objects on the screen, and detect mouse and keyboard input. We’ll also create interactive elements like clickable buttons, work with images and sounds, and define a reusable Actor class to represent game objects.

In Section 2, we’ll build a complete game. You’ll create a player character, detect collisions between objects, implement a scoring system, and finally, learn how to publish your game. By the end of the course, you’ll have a solid foundation in 2D game development and the confidence to create your own interactive games using Java and Processing.

Section 1: Basics

  • Install Processing

  • Draw a rectangle

  • Show how to animate objects

  • Detect mouse and keyboard inputs

  • Make a clickable button

  • Add image and sound

  • Create Actor class

Section 2: Game

  • Create Player

  • Detect collision between objects

  • Add score system

  • Publish the game