BennyQBD / DareEngine

thebennybox Game Engine for Ludum Dare

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

thebennybox Game Engine for Ludum Dare

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 99.4%Language:Makefile 0.6%