2D Tile Based Path finder

2D Tile based path finder java applet with custom sprite animation system

Objectives

The goal of this project was to implement the A* pathfinding solution into a light weightcustom 2D engine that I created using a java applet and the java 2d graphics library. I alsoused some free game sprites online and created my own animation and map rendering system as well.

Technology stack

  • Java Applet

  • Java 2D Graphics library

Features

A* Pathfinding
Movement Animations
  • Animations use sprites

  • Custom animation config files

Tile Based Object Rendering
  • Map can be customized

  • Map config file for objects

© 2019 Jordan Riley