From dec5fd0e57bd99534b019a5dc09398146e021e12 Mon Sep 17 00:00:00 2001 From: valeriiovich Date: Mon, 17 Feb 2025 13:25:51 +0000 Subject: [PATCH] Upload files to "src" --- src/index.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 src/index.html diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..14e1c91 --- /dev/null +++ b/src/index.html @@ -0,0 +1,66 @@ + + + + + Main Page + + +
+

Entry from 17/02/2025

+

+ Hi, my name is Misha(Mykhailo) and I am + composer/programmer for our lovely game. +

+

+ Im making this a bit late so there is a + lot to cover in the first entry. +

+

+ Meeting on 31/01/2025: + That meeting was mainly about outlines of a game + and about roles. I remembered that I have a guitar + at home and became a composer for the game. +

+

+ After the meeting I started to regulary practice + guitar and learning some music theory. +

+

+ Lab on 05/02/2025: + Me, Pedro and Caoimhe + developed outlines of the main plot, did + some wide worldbuilding and settled on the + main theme for enemies(cyberfish). +

+

+ Meeting on 07/02/2025: + We finished gameplay ideas. Actual development + of the game started(kinda). +

+

+ On the weekend Me and Pedro, independently created + basic tilemap in godot with placeholders for + future tiles and movement, the idea of the movement + was to move PC(player character) 32 px in the pressed + direction to move it from the center of a tile to + the center of another tile, after which we apply + movement cooldown. First part was quite easy to + implement, though timer part was much more chalenging. + I searched for C# implementation on the internet + and after 2 hours of trying I gave up. +

+

+ Week 3: + My friend gave me fl studio, I started using it which + hreatly sped up composing procces with digital drums, + bass etc.. Ive manage to produce 1 piece of music + which I realy liked. +

+

+ Meeting on 14/02/2025: + Because of the lack of documentation for C# in godot + we changed the language to gdScript. +

+
+ + \ No newline at end of file