Code a game in Java
Learn how to code a game in Java.
In this tutorial, you will learn to create the whac a mole game with java using the built-in swing awt graphics library. This project is perfect for new java programmers!
While creating this mario themed whac-a-mole game, you will learn how to create a graphical user interface (GUI) using java's swing library, add click handlers to whack the mole, and randomly spawn the mole and piranha plant using the Timer and Random modules.
Setup Java with Visual Studio Code:
https://youtu.be/BB0gZFpukJU
Code: https://github.com/ImKennyYip/whac-a-mole-java
Website: https://www.kennyyipcoding.com/
Java Game Programming Projects Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4Y1XQOqNsL9Fgg_p6nYhcng
JavaScript Game Programming Projects Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4bLhA-st9sC4ZthyV7nsL2Q
Subscribe for more coding tutorials 😄!
Other Videos By Kenny Yip Coding
2024-01-18 | Why does index start at 0 in computer science? |
2024-01-17 | C++ Vectors and Dynamic Arrays |
2024-01-16 | C++ String and C Strings |
2024-01-08 | Arrays in C++ |
2023-11-02 | Binary Search in Python |
2023-10-30 | Space Complexity of Algorithms |
2023-10-29 | Linear Search in Python |
2023-10-26 | Two Sum with Sorted Array |
2023-10-13 | How to set up C++ in Visual Studio Code |
2023-10-09 | Code Snake Game in Python |
2023-09-19 | Code a game in Java |
2023-08-14 | Code Minesweeper in Java |
2023-08-02 | Code Black Jack in Java |
2023-07-19 | Code Snake Game in Java |
2023-07-16 | Code Tic Tac Toe in Java |
2023-06-08 | Memory Card Game in Javascript |
2023-05-29 | How to set up Java in Visual Studio Code |
2023-05-21 | Code Doodle Jump in Javascript |
2023-05-04 | Code Breakout game in Javascript HTML CSS |
2023-05-01 | Code Pong in Javascript |
2023-02-26 | Whack a Mole Game in Javascript HTML CSS |