Search found 3 matches
- Tue Jan 29, 2019 12:17 pm
- Forum: Games and Creations
- Topic: Save the Zombies
- Replies: 1
- Views: 4323
Save the Zombies
Hi everyone! I started playing around with Lua recently. This is what I came up so far. It has the same mechanics of space invaders more or less. You are a Zombie, stop the heroes from reaching your outpost and kill all the zombies. Keys: - Arrow keys to move - S to spit - D to launch a spit bomb - ...
- Fri Jan 25, 2019 8:59 am
- Forum: Support and Development
- Topic: Random Enemies Shooting
- Replies: 2
- Views: 3532
Re: Random Enemies Shooting
Hi! Thank you for taking the time to reply. I'm confused by many of your decisions >enemy.shots = {} Why is the "shots" managed per enemy? That should probably be a single global table If bullets disappear based on an enemy dying, its this that's going to be causing it >enemies_controller....
- Wed Jan 23, 2019 2:29 pm
- Forum: Support and Development
- Topic: Random Enemies Shooting
- Replies: 2
- Views: 3532
Random Enemies Shooting
Hi everyone! I have started learning lua a couple of days ago after finding out about love2d. It is making learning the language fun and I am both doing basic exercises and modifying code from tutorials to learn the gist of it. I am making a silly shooter beat'em up game like spiderman & venom f...