Did some work oday and yesterday, really happy how it turned out :) On the 2. Picture you see my Animation chart for the 2cnd phase of the 1. boss
Did some work oday and yesterday, really happy how it turned out :) On the 2. Picture you see my Animation chart for the 2cnd phase of the 1. boss
I have worked a bit and managed to get back to the Version bevore the mayor Code refactoring.
However, now still a few stuf f is needed like SFX (Very important!), Music (also important) And Animations for the boss/Level transfer (Nice to have).
Oh, and also I need a banner… But I cant draw… well, how bad can it be, right???
Made My first website draft!
I made an new base_level_komplex wich is able to add buttons/change animations/stuff while only editing 1 fle instead of many. This change adds way easier of adding an back button, reset button or/and home button (and maybe even more!) Also all variables can be overridden with just
$path/to/node.myvariable = 0
The Nect tim I need still to add the Boss 1 level the Signals back and then I will ad an Back button to stop a level! (without the need of relaunching the game)
I have made mayor Progress on the Bossfight and added some more phases. On the 1. Picture, you see how the fun looks for me on the dev side. On the 2. Picture, It is the current Boss-level. I have added some Boster Pads, wich boosts you up a bit, and the Holes the boss is making (Once the animation is done)
I still have to do the Following:
A) Make the holes dissapear if they are not there
B) Add the Boss in an Spaceship spritesheet and when he is hurt (last phase)
C) Make animations for the phases and when he is spawning/ Defeated etc.
But thats for the next Time ;) Until then!
DevLog #1
I have Initialised the Repo, added basic endpoints (but currently, as you may see NO gui) And Then I Expirimented with the database, and the webserver modules, and realised that Python is WAY WAY cooler than C Webserver development (Unexpected, right??)
For example, where you had to manually find a string in an bigger string and pharse that to get your json data into an variable, in python you only have to data[“username”] and you get it. Isnt that cool???
Added some new Leves and a Level Selector :)
I made the first level of my Game GetToSpace, wich I started in Flavortown in pure C but couldn’t finish. So im remaking it now “professionally” with Godot!