A very simple game about graphs.
Go to file
2011-06-22 21:54:35 -04:00
background.bmp Added image files 2011-06-22 17:57:21 -04:00
drawutils.cpp Fixed first vertex bug, use pointers to track vertices (in case we want to move them easily later), and added a formula for vertex distance calculations 2011-06-22 21:54:35 -04:00
drawutils.h Fixed first vertex bug, use pointers to track vertices (in case we want to move them easily later), and added a formula for vertex distance calculations 2011-06-22 21:54:35 -04:00
gamecore.cpp Fixed first vertex bug, use pointers to track vertices (in case we want to move them easily later), and added a formula for vertex distance calculations 2011-06-22 21:54:35 -04:00
gamecore.h First implementation of game logic and control 2011-06-22 17:57:44 -04:00
graph.cpp Fixed first vertex bug, use pointers to track vertices (in case we want to move them easily later), and added a formula for vertex distance calculations 2011-06-22 21:54:35 -04:00
graph.h Fixed first vertex bug, use pointers to track vertices (in case we want to move them easily later), and added a formula for vertex distance calculations 2011-06-22 21:54:35 -04:00
main.cpp Fundamental framework for an SDL application 2011-06-22 16:12:22 -04:00
mainevent.cpp Fundamental framework for an SDL application 2011-06-22 16:12:22 -04:00
mainevent.h Fundamental framework for an SDL application 2011-06-22 16:12:22 -04:00
node.bmp Cleaned up node image 2011-06-22 18:27:26 -04:00