From 74ba4575925f8cd7cd431b4793cb3851c0757493 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 26 Jan 2025 01:01:40 -0500 Subject: [PATCH] chore: update description and add credits --- README.md | 13 ++++++++++--- index.html | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f8bea39..c24513a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ ![release](https://img.shields.io/github/v/release/remarkablegames/kiki-and-boba) [![build](https://github.com/remarkablegames/kiki-and-boba/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/kiki-and-boba/actions/workflows/build.yml) -💦 Shoot your bubbles at enemies! +💦 Shoot bubbles at enemies! + +This game was made for [Global Game Jam 2025](https://globalgamejam.org/games/2025/kiki-and-boba-4), in which the theme was `Bubble`. The game was bootstrapped from [`kaplay-template`](https://github.com/remarkablegames/kaplay-template). Play the game on: @@ -16,11 +18,16 @@ Play the game on: ## How to Play - Move with WASD or arrow keys -- Left click to shoot bubble at enemy +- Left click to shoot a bubble - Enemies will pop if they get hit with too many bubbles -- Enemies in a bubble can also fall in a sinkhole +- Enemies in a bubble can fall in a sinkhole - Avoid enemies and projectiles +## Credits + +- KitB@sh - Artist, Composer ([SoundCloud](https://soundcloud.com/k1tb4sh), [YouTube](https://www.youtube.com/@kitbash52)) +- remarkablemark - Programmer ([GitHub](https://github.com/remarkablemark)) + ## Install Clone the repository: diff --git a/index.html b/index.html index 9c3848d..bcbf14a 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + ", "scripts": { "build": "npm run clean && vite build",