Table of Contents

Implementation
documentation work in progress

This is my first attempt at creating a top-down shooter game in Java, following a tutorial by RealTutsGML on YouTube.

image

Implementation

Sprite Sheet

Textures using a sprite sheet, animations are cycling through individual sprites

image

World Loading

The game world is generated from an image, where specific pixel colors define the layout and game objects:

image