Skip to content

MtnDewritos/jaylib-dungeon-rpg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Gradle project for Jaylib

You can import this project into IntelliJ or Eclipse.

Use it to run the included examples in IntelliJ

Right-click on the example and select run.

Use it to run the included examples from the command line

./gradlew run -Pmain=examples.HeightMap
./gradlew run -Pmain=examples.CubicMap

Use it as the basis of your own game.

Edit Main.java with your own code. (You can delete the examples.) Then

To run:

./gradlew run

To build a zip file you can distribute:

./gradlew distZip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.9%
  • GLSL 4.1%