allan-simon / helm-defense

simple game in love2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helm-defense

simple game in love2d

Bibliography

Colission avoidance

List of problems enncountered and solution found

How to organize the logic of the code ?

  • Using the ECS pattern with the Concord library currently solve this problem

How to handle Joystick and combination of inputs (diagonal movement) ?

  • Baton's library provide abstraction for this and directly give you the angle / relative delta x/y

About

simple game in love2d

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%