Skip to content

Leon-LCC/Ninja-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ninja-Game

A 2D side-scrolling game built with Java. See the demo.

Game Scene

How to run the game

Compile the code

Make sure you have Java Development Kit (JDK) installed. You can compile the code using

javac -cp . -sourcepath src -d out src/*.java

Run the game

After compiling, you can run the game using the following command:

java -cp out Main

Makefile

You can also use the provided Makefile to compile and run the game. Just type:

make

About

A 2D side-scrolling game built with Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages