const int MAX_PARTICLES = 16; const int MAX_PARTICLE_SPEED = 3; const int PARTICLE_FRAMES = 120; ...
C Simple Particle Engine for ...
by https://www.google.com/accounts/o8/id?id=AItOawl3BeAhTXKYDpKI7ld64fgVwaukoKGEuUo,
February 08, 2012 21:55,
5 refactorings, tagged with game, C, struct
This took several hours ove...