redstrate.com/content/software/watersymbol/index.md
Joshua Goins b200c47078
All checks were successful
Deploy / Deploy Website (push) Successful in 31s
Fix even more links
2025-04-12 11:03:07 -04:00

804 B

title date draft source license license-url projtags layout aliases summary
Water Symbol 2022-05-01 false https://code.ryne.moe/redstrate/water-symbol GPLv3 https://code.ryne.moe/redstrate/water-symbol/src/branch/main/LICENSE
Java
Game
project
/projects/watersymbol
Fire Emblem clone for a course final project.

A really bare-bones Fire Emblem clone using libGDX and Java.

Screenshot of the main (and only) game area

Features

  • Proper A* navigation for enemies, and is also player unit pathing.
  • All the assets are wholly created by me, except for the default Arial font included in libGDX.
  • Working gameplay loop, allowing you to kill or be killed by the enemy units on a test map.
  • Maps can be created in Tiled, allowing for easy authoring.