tolmera 2019-10-08 09:55
Hey @stefan6435
I downloaded the src and tried to play the game - sadly the images get blocked by CORS (wierd?)
Anyway from the tiny bit that I can see, it looks like you have some reasonable artwork, the smoke covered trees look pretty cool.
I can see a fair bit of code was done, though I'm not sure how much of it was framework and how much of it was game. A bit of advise from a seasoned programmer, look up Game patterns and anti-patterns. And how to decouple the logic of handling an input, from the logic of capturing said input. From what I could see your keyboard capture was going to become an anti-pattern.
Otherwise though, it looks like this would have been an interesting game to play. Good luck next time!