More tutorials can be found at http://fixbyproximity.com.
This post is a portion of my ongoing series about 2D Game Development using the Allegro 5 library. You can see all of the posts by going to http://fixbyproximity.com and clicking the "2D Game Development" button at the top of this site.
lol very nice, any way in the 9:54 , I paused the video and try to be a little haughty and did my own problem solving, for instance, in case ALLEGRO_KEY_UP, I did the following
case ALLEGRO_KEY_UP:
keys[UP] = true;
keys[DOWN] = false;
keys[RIGHT] = false;
keys[LEFT] = false;
break;
I debug and it works well, and then I continue the vid and I realize that you have a much cleaner solution, lol I failed.
really great tutorial.
3dimensionalJoe 1 week ago in playlist 2D Game Development
Dude you rock !
oMpaglamoMalakas 2 months ago