A very simple game about graphs.
Go to file
2011-06-22 22:32:33 -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 Code for some of the basic game design - selecting existing nodes, limiting edge distance 2011-06-22 22:32:33 -04:00
gamecore.h Code for some of the basic game design - selecting existing nodes, limiting edge distance 2011-06-22 22:32:33 -04:00
graph.cpp Code for some of the basic game design - selecting existing nodes, limiting edge distance 2011-06-22 22:32:33 -04:00
graph.h Code for some of the basic game design - selecting existing nodes, limiting edge distance 2011-06-22 22:32:33 -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