Dragon Ball Z Fighter

Logo

Fighting game

View the Project on GitHub zevyirmiyahu/DragonBallZ-Fighter

Dragon Ball Z: Fighter

Description:

Dragon Ball Z fighting game written in Java. The powerful Zamasu has returned! The player needs to defeat Zamasu and save the spirit world from destruction. The source code for the game can be found here: Source Code

About Development:

Every aspect of this game was hand made. All code was written in Java. The game menu and the game over screen pictures where drawn using the wacom intuos drawing pad. The sprites were created using Aseprite https://www.aseprite.org/. The AI for enemy (Zamasu) was constructed mostly with random numbers and calculating distance from player (Goku). The fightAI() method calls 5 other private helper methods: punchAI(), moveAI(), shootAI(), jumpAI(), and teleportAI(). This gives a challenge and real feel of combat to the AI.

Download the Game

To play, download the JAR file: Download JAR File Make sure you have the latest version of Java installed, if not click here to get that first.

Images

Menu Screen

King Kai’s Planet

Game Play

Battle

Fighting

« Back