Kaezon / python-space2d

An experimental 2d space game utilizing the Esper ECS framework.
GNU General Public License v3.0
0 stars 0 forks source link

Implement Controller component #3

Open Kaezon opened 1 week ago

Kaezon commented 1 week ago

There should be a Controller or PlayerController component that can be attached to entities which handles user input.