From 0f686867ae57b6457afd23399eec391587bc3e38 Mon Sep 17 00:00:00 2001 From: kontson Date: Wed, 7 May 2025 09:12:41 +0000 Subject: [PATCH] Add Alpha stage --- Alpha-stage.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Alpha-stage.md diff --git a/Alpha-stage.md b/Alpha-stage.md new file mode 100644 index 0000000..985039a --- /dev/null +++ b/Alpha-stage.md @@ -0,0 +1 @@ +The current game has hand tracking with 2 possible motions which are pinching the index finger and thumb to move with teleporting locomotion and the second motion is activated by touching the middle finger and thumb. The second motion spawns a fireball in the specified direction. There is currently no proper game loop yet but 2 simple enemies are spawned at the start which move towards the player when they see the player. If the fireball connects with them they currently disappear. The arena is also now textured. \ No newline at end of file