|
via Udemy |
Go to Course: https://www.udemy.com/course/java-game-with-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 courseIn 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: BasicsInstall ProcessingDraw a rectangleShow how to animate objectsDetect mouse and keyboard inputsMake a clickable buttonAdd image and soundCreate Actor classSection 2: GameCreate PlayerDetect collision between objectsAdd score systemPublish the game