updated projektike page

This commit is contained in:
2026-04-15 13:51:37 +02:00
parent aec836fe6a
commit 84d6a06156

View File

@@ -2,12 +2,16 @@
import Video from "$lib/video.svelte";
</script>
Two friends of mine and I worked together on a multiplayer game where you can throw magical artifacts at one another. It was developed using the Godot Engine. The game featured multiple character classes utilising artifacts such as fire, ice, black/white holes, wind, and teleports, and also had a money collecting mechanic. Player profile saving and character customisation were available, and there was an array of maps available to play on. Up to four players were supported.
Two friends of mine and I worked together on a local multiplayer PvP game where you can throw magical artifacts at one another. It was developed using the Godot Engine.
The project is currently on hold as of May 2025.
The game, under the working title **Projektike**, featured artifacts such as fireballs, ice and tree generators, lightning attractors, black and white holes, an Interplanetary Death Ray (later raining rocks), poison clouds, wind pushers, and a couple more:
<Video
src="projects/games/projektike/powerups.mp4"
thumb=""
thumb="projects/games/projektike/powerups.webp"
remote
/>
/>
Similarly to games such as Smash Bros., it also allowed for character customisation and profile creation so that individual players could keep their gained rewards (which were meant to be implemented in the form of in-game cosmetics) and show them off without needing to configure them on each game load. We created a small array of visually distinct maps too.
The project is currently on hold as of May 2025.