1
Fork 0
Fire Emblem clone
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Joshua Goins 970988a5eb Add A* pathing algorithm
I adapted the A* I had already implemented in a Realm of Chaos, now
adapted in Java and is used to calculate the player's path to their new
location.
2022-04-30 19:52:28 -04:00
assets Draw player and make sure to center the camera around their position 2022-04-30 19:07:30 -04:00
core Add A* pathing algorithm 2022-04-30 19:52:28 -04:00
desktop Add initial files 2022-04-30 18:19:00 -04:00
gradle/wrapper Add initial files 2022-04-30 18:19:00 -04:00
.gitignore Add initial files 2022-04-30 18:19:00 -04:00
build.gradle Add initial files 2022-04-30 18:19:00 -04:00
gradle.properties Add initial files 2022-04-30 18:19:00 -04:00
gradlew Add initial files 2022-04-30 18:19:00 -04:00
gradlew.bat Add initial files 2022-04-30 18:19:00 -04:00
LICENSE Add a license 2022-04-30 18:24:08 -04:00
settings.gradle Add initial files 2022-04-30 18:19:00 -04:00