Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 906 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 906 Bytes

j2dgame

A simple 2D game engine written in Java.

Examples

Simple Shapes
Some boxes that move around using asynchronous actions like JGMoveTo and JGMoveBy.

Image Alt

Image Sprites
Random boxes fall at random speeds.

Image Alt

Animated Sprites and Sprite Sheets
An explosion sprite that randomly moves around the screen.

Image Alt

Key Bindings
Move the box around the screen. Exciting.

Image Alt

Collisions
Fire bullets at blinking boxes and watch them explode.

Image Alt