/Zombies-2

This is a game that is designed based off of Call of Duty's zombies game. This is a 2 demensional version of the game. Updates will be occuring periodically.

Primary LanguageJava

Zombies Squared

This is a game based off of Call of Duty Zombies. In this game, zombies in the form of squares attempt to kill you by colliding with your character. The goal of the game is to kill off all of the zombies and beat the bosses.

image image image image image

Requirements

You must hava java installed to play game

Starting game

Navigate to the src and run the following in a commamnd prompt or terminal to compile the game:

javac firstgame/main/Game.java

Start the game by running:

java firstgame.main.Game

Good luck!