Week Four

Okay, we had a bit of a change of plans when it comes to programming, we are all now using GD script, for the simple reason that there are more publicly available resources on GD script. Kinda bad news for me, cause I have experience with Java and C#, and no experience with Phyton or GD script, but I guess it'll be a good learning experience.

We got a attack working (by 'we' i mean Misha, cause he basically did everything), the attack takes a turn, so if you attack you can't move in the same turn, and vice versa.

And we also have Pathfinding working, we had some problems with edge cases but me and Misha fixed it using a million if statments.