Hello,
My intention is to build a top down shooter game called Antarctica where you are supposed to kill the penguins and escape from the icy landscape in some way that I have not decided yet.
So far I have finished almost all the pixel-frames and code regarding the player.
The penguin can chase the player but it cannot attack or die yet.
I have started to test out landscapes(currently only white round pieces made with the spray-tool in GIMP put together).
Here is a screenshot:
And here is a picture of the player shooting at the penguin:
Now I plan to:
1. Write code and draw some frames when the penguin attacks the player.
2. Create some code for hit points and some way of displaying the health.
I'm a beginner in both Godot and gimp, so any feedback would be great.