31
Graphics / Making a sprite move randomly accross screen
« on: June 26, 2011, 03:05:11 am »Quote
By the way, don't implement such algorithms on your own. Reuse existing libraries such as Boost.Graph
Why shouldn't you? I know very well that rewriting code that's already out there is bad, but wouldn't you learn a great deal from this?
Reading this, I actually was inspired to do my own pac-man like game. As I thought designing the enemies would really improve my programming skills(or problem solving).