BennyQBD / 2DPlatformer

thebennybox 2D Platformer

Home Page:https://www.youtube.com/playlist?list=PLEETnX-uPtBX0oCEBJHiGwjVurTJjm4J5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2D Platformer

thebennybox 2D Platformer

##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 2D Platformer

https://www.youtube.com/playlist?list=PLEETnX-uPtBX0oCEBJHiGwjVurTJjm4J5

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 99.4%Language:Makefile 0.6%