Skip to content

Instantly share code, notes, and snippets.

View SteveSmith16384's full-sized avatar

Stephen Smith SteveSmith16384

View GitHub Profile
// A simple Demo for creating a Java 2D Game Engine
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics2D;
import java.awt.GraphicsConfiguration;
import java.awt.GraphicsEnvironment;
import java.awt.Transparency;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.awt.image.BufferedImage;