Skip to content

Commit

Permalink
refactor: rename game to "Bubble Gun"
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 26, 2025
1 parent 56f55b4 commit d8e1fa8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<p align="center">
<img src="https://github.com/remarkablegames/kiki-and-boba/blob/master/public/logo.png" alt="Kiki and Boba">
<img src="https://github.com/remarkablegames/bubble-gun/blob/master/public/logo.png" alt="Bubble Gun">
</p>

# Kiki and Boba
# Bubble Gun

![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)
![release](https://img.shields.io/github/v/release/remarkablegames/bubble-gun)
[![build](https://github.com/remarkablegames/bubble-gun/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/bubble-gun/actions/workflows/build.yml)

💦 Shoot 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).
This game was made for [Global Game Jam 2025](https://globalgamejam.org/games/2025/bubble-gun-4), in which the theme was `Bubble`. The game was bootstrapped from [`kaplay-template`](https://github.com/remarkablegames/kaplay-template).

Play the game on:

- [remarkablegames](https://remarkablegames.org/kiki-and-boba)
- [remarkablegames](https://remarkablegames.org/bubble-gun)

## How to Play

Expand All @@ -33,8 +33,8 @@ Play the game on:
Clone the repository:

```sh
git clone https://github.com/remarkablegames/kiki-and-boba.git
cd kiki-and-boba
git clone https://github.com/remarkablegames/bubble-gun.git
cd bubble-gun
```

Install the dependencies:
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<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 bubbles at enemies!" />
<meta name="description" content="💦 🔫 Shoot bubbles at enemies!" />
<meta
property="og:image"
content="https://remarkablegames.org/kiki-and-boba/logo.png"
content="https://remarkablegames.org/bubble-gun/logo.png"
/>

<!--
Expand All @@ -23,7 +23,7 @@
<% if (process.env.BUNDLE !== 'true') { %>
<script
src="https://unpkg.com/github-corners/dist/embed.min.js"
data-href="https://github.com/remarkablegames/kiki-and-boba"
data-href="https://github.com/remarkablegames/bubble-gun"
data-target="_blank"
async
defer
Expand All @@ -39,7 +39,7 @@
</style>
<% } %>

<title>Kiki and Boba | remarkablegames</title>
<title>Bubble Gun | remarkablegames</title>
</head>
<body>
<noscript>You need to enable JavaScript to play this game.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "kiki-and-boba",
"name": "bubble-gun",
"version": "1.0.0-alpha",
"description": "💦 Shoot bubbles at enemies!",
"author": "Mark <[email protected]>",
Expand All @@ -14,7 +14,7 @@
"preview": "vite preview",
"start": "vite --open"
},
"homepage": "https://remarkablegames.org/kiki-and-boba/",
"homepage": "https://remarkablegames.org/bubble-gun/",
"dependencies": {
"kaplay": "3001.0.9"
},
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Kiki and Boba",
"name": "Kiki and Boba",
"short_name": "Bubble Gun",
"name": "Bubble Gun",
"icons": [
{
"src": "logo.png",
Expand Down

0 comments on commit d8e1fa8

Please sign in to comment.