Skip to content

Commit

Permalink
chore: update description and add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 26, 2025
1 parent 2397219 commit 74ba457
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="💦 Shoot your bubbles at enemies!" />
<meta name="description" content="💦 Shoot bubbles at enemies!" />
<meta
property="og:image"
content="https://remarkablegames.org/kiki-and-boba/logo.png"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiki-and-boba",
"version": "1.0.0-alpha",
"description": "A template for building Kaplay games.",
"description": "💦 Shoot bubbles at enemies!",
"author": "Mark <[email protected]>",
"scripts": {
"build": "npm run clean && vite build",
Expand Down

0 comments on commit 74ba457

Please sign in to comment.