Tagged Questions
3
votes
3answers
486 views
3D Side-Scrolling Shooter: to use or not to use Lua scripting?
I'm programming a Side-Scroller, and I've reached the point where I need to program the enemy behaviour. I don't know what I should choose between hard-coding the enemy ships' behaviour or using a ...