commit 1b501c30170b2e9feb157ccf6059defd84fc9170 Author: Yandrik Date: Sat Jul 12 14:01:11 2025 +0200 works diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b0ac3ed --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.aider* diff --git a/bullet-shotgun.png b/bullet-shotgun.png new file mode 100644 index 0000000..7b7a5d9 Binary files /dev/null and b/bullet-shotgun.png differ diff --git a/bullet.png b/bullet.png new file mode 100644 index 0000000..8d39b8f Binary files /dev/null and b/bullet.png differ diff --git a/burst-rifle.png b/burst-rifle.png new file mode 100644 index 0000000..c693277 Binary files /dev/null and b/burst-rifle.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..d2a541a --- /dev/null +++ b/index.html @@ -0,0 +1,869 @@ + + + + + + Zombie Survival Shooter + + + + +
+
+
Weapon: Pistol
+
Ammo:
+
Health: 100
+
Score: 0
+
+
+ + + + \ No newline at end of file diff --git a/machine-gun.png b/machine-gun.png new file mode 100644 index 0000000..c9001c8 Binary files /dev/null and b/machine-gun.png differ diff --git a/main-character.png b/main-character.png new file mode 100644 index 0000000..237fa30 Binary files /dev/null and b/main-character.png differ diff --git a/pistol.png b/pistol.png new file mode 100644 index 0000000..da41a4c Binary files /dev/null and b/pistol.png differ diff --git a/rifle-burst.png b/rifle-burst.png new file mode 100644 index 0000000..26c84a8 Binary files /dev/null and b/rifle-burst.png differ diff --git a/shotgun.png b/shotgun.png new file mode 100644 index 0000000..4e61ab2 Binary files /dev/null and b/shotgun.png differ diff --git a/zombie-dead.png b/zombie-dead.png new file mode 100644 index 0000000..debda45 Binary files /dev/null and b/zombie-dead.png differ diff --git a/zombie.png b/zombie.png new file mode 100644 index 0000000..628695b Binary files /dev/null and b/zombie.png differ diff --git a/zombie2.png b/zombie2.png new file mode 100644 index 0000000..b97d271 Binary files /dev/null and b/zombie2.png differ diff --git a/zombie3.png b/zombie3.png new file mode 100644 index 0000000..5d6374b Binary files /dev/null and b/zombie3.png differ diff --git a/zombie4.png b/zombie4.png new file mode 100644 index 0000000..ea311c0 Binary files /dev/null and b/zombie4.png differ