Skip to content

Aunmag/shooter-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Zombie Shooter Game

About

A game with no name. For now its goal is very simply to shoot zombies chasing after you. The game has several advantages, like high quality bullet ballistics and geocentric camera rotation relative to the player. I'd like to make something similar to S.T.A.L.K.E.R., with open locations, quests, cooperative mode and so on. It may take a lot of time and effort. I'll do it as best I can, because as I've only been programming about an year.

To launch this game make sure you have Java installed (as for Minecraft). You probably have it already. Then unpack the archive in any folder and run "game.jar" file to play.

Screenshots

Build

  • Install JDK 11
  • Install Apache Maven dependency manager
  • Clone this repository and go to its directory
  • Download and extract assets
  • Run mvn compile exec:java to build and launch the game