Skip to content

Commit

Permalink
refactor: rename game
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 21, 2025
1 parent 3387c00 commit 5c90818
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 21 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<p align="center">
<img src="https://github.com/remarkablegames/kaplay-template/blob/master/public/logo.png" alt="Kaplay Template">
<img src="https://github.com/remarkablegames/kiki-and-boba/blob/master/public/logo.png" alt="Kiki and Boba">
</p>

# Kaplay Template
# Kiki and Boba

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

<kbd>kaplay-template</kbd> is a template for making [KAPLAY](https://kaplayjs.com/) games.
🧋 Kiki and Boba

Play the game on:

- [remarkablegames](https://remarkablegames.org/kaplay-template)
- [remarkablegames](https://remarkablegames.org/kiki-and-boba)

## Prerequisites

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

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

Install the dependencies:
Expand Down
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +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="Web game created using kaplay-template."
/>
<meta name="description" content="🧋 Kiki and Boba" />
<meta
property="og:image"
content="https://remarkablegames.org/kaplay-template/logo.png"
content="https://remarkablegames.org/kiki-and-boba/logo.png"
/>

<!--
Expand All @@ -26,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/kaplay-template"
data-href="https://github.com/remarkablegames/kiki-and-boba"
data-target="_blank"
async
defer
Expand All @@ -42,7 +39,7 @@
</style>
<% } %>

<title>Kaplay Template | remarkablegames</title>
<title>Kiki and Boba | 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": "kaplay-template",
"name": "kiki-and-boba",
"version": "1.0.0-alpha",
"description": "A template for building Kaplay games.",
"author": "Mark <[email protected]>",
Expand All @@ -14,7 +14,7 @@
"preview": "vite preview",
"start": "vite --open"
},
"homepage": "https://remarkablegames.org/kaplay-template/",
"homepage": "https://remarkablegames.org/kiki-and-boba/",
"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": "Kaplay Template",
"name": "Kaplay Template",
"short_name": "Kiki and Boba",
"name": "Kiki and Boba",
"icons": [
{
"src": "logo.png",
Expand Down

0 comments on commit 5c90818

Please sign in to comment.