Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Java Game & 2D Game Engine

A pixel art zombie survival game made with pure java using inbuilt libraries like JFrame and Graphics2D


Installation / Usage

Requires installation of java , JDK , JRE and the JVM

  • all included in installation of the JDK

Windows

javac -d bin src\entity\*.java src\item\*.java src\main\*.java src\tile\*.java && java -cp "bin;resources" main.Main

linux

javac -d bin $(find src -name "*.java") && java -cp "bin:resources" main.Main

About

A Simple game coded in java using the JFrame librarry to draw objects to the screen

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages