inflЁxion - [snake/pacman with particles]:
This is a project for college im working on, the aim is to have a snake / pacman esque game with particle entities and effects and generated mazes
I really need help with creating another timer, i dont think it works because i need to have another to control a color cycle when the points reach 10 but ive noticed it only changes once the game is restarted after the time runs out
Also what would be the easiest way to create a game splash screen, can i copy all the current code into another .lua and just call it?
And finally can you switch a particle system to another without it simply replacing the current ones on the screen but drawing them again from the initial source? Or would i need another particle system entirely to start and stop when a condition is met (ie death)
Any help is really appreciated thanks
controls:
arrows - move
z - boost
x - suicide (not complete)
====================--------------------------------
current version: (download)
beta v0.5 - http://love2d.org/forum/download/file.php?id=729
currently implemented:
- 2 Enemy types
Player particle effects (color change)
Random AI Movement
Splash/Intro screen