cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Making Snake Game with Allegro
Making Snake Game with Allegro
Dec 9, 2013 at 10:28pm UTC
mancool1112
(12)
I need help making a Snake game with Allegro. I'm not really sure on how I should go upon growing the snake. Could anyone help please?
Last edited on
Dec 9, 2013 at 10:28pm UTC
Dec 10, 2013 at 10:51am UTC
rodiongork
(167)
Store coordinates of each segment of a snake in the array or, better, in a list.
Topic archived. No new replies allowed.