java script

Search Results

Saturday, March 10, 2012

A star path-finding, dialogs, map editor

So after a request I decided to share a simple A Star algorithm code I made in java for my AI project at FEUP
The link is here
I hope it will be helpful...

Anyway I've start working on a map editor interface, and I'm also working out the interface for the game
I've not been stagnated or anything... it's just that I've been busy... but I didn't stop working ;)

I also had  to make a presentation about lvlML(XML) for my classes which hopefully it will be the format in which the game maps will be store into... I'm trying to make this language abstract so it might work for storing levels for different games... but the main objective now is make it work for my maps... We'll see about other games later if I ever get the time for it...