Clement-Pirelli / OldAStarAssignment

An assignment I wrote Astar for a while ago. I cleaned up the Astar stuff and some of the rest of the code, but it's still a mess.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code is based on glut because I didn't want to do the assignment in Unity and didn't know much about realtime graphics :P
This means it only compiles on win32. 

If you really want to compile and run this code, here's the original readme for the assignment :

Hover over a cell and press :

1 to change it to grass
2 to change it to a mountain (double the cost)
3 to change it to impassable terrain
4 to place a star on the cell
5 to place the trader on the cell
6 to place the spaceship on the cell

About

An assignment I wrote Astar for a while ago. I cleaned up the Astar stuff and some of the rest of the code, but it's still a mess.


Languages

Language:C 67.9%Language:C++ 32.1%