Skip to content

BennyQBD/DareEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dare Engine

thebennybox Game Engine for Ludum Dare

##Build Dependencies##

##Simple Build Instructions## ###Using IDE###

  • Open your preferred Java IDE, and create a new project.
  • Import everything under the src folder as source files.
  • Copy the res folder into your Java IDE's folder for your project.
  • Under your project settings, include lib/lwjgl in your classpath
  • Set lwjgl to use natives from lib/natives/(your OS here). This is usually done with the flag -Djava.library.path "your/path/here".
  • Build and run

##Additional Credits##

  • Everyone who's created or contributed to issues and pull requests, which make the project better!