Skip to content

Instantly share code, notes, and snippets.

View djlc's full-sized avatar

djlc

View GitHub Profile
@djlc
djlc / Main.java
Created November 27, 2016 18:27
Slick2D Sample
package base;
import org.newdawn.slick.AppGameContainer;
import org.newdawn.slick.BasicGame;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
public class Main extends BasicGame {