Skip to content

Commit

Permalink
refactor: rename game to water-pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed May 18, 2024
1 parent 8916dee commit d9450cc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kaboom-template
# water-pipe

<kbd>kaboom-template</kbd> is a template for making [Kaboom](https://kaboomjs.com/) games. See [example](https://remarkablegames.org/kaboom-template).
<kbd>water-pipe</kbd> is a template for making [Kaboom](https://kaboomjs.com/) games. See [example](https://remarkablegames.org/water-pipe).

## Stack

Expand All @@ -17,8 +17,8 @@
Clone the repository:

```sh
git clone https://github.com/remarkablegames/kaboom-template.git
cd kaboom-template
git clone https://github.com/remarkablegames/water-pipe.git
cd water-pipe
```

Use the Node.js version:
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<link rel="icon" href="/kaboom.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 kaboom-template" />
<meta name="description" content="Web game created using water-pipe" />
<meta
property="og:image"
content="https://remarkablegames.org/kaboom-template/kaboom.png"
content="https://remarkablegames.org/water-pipe/kaboom.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/kaboom-template"
data-href="https://github.com/remarkablegames/water-pipe"
data-target="_blank"
async
defer
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": "kaboom-template",
"name": "water-pipe",
"version": "1.0.0-alpha",
"description": "A template for building Kaboom games.",
"author": "Mark <mark@remarkablemark.org>",
Expand All @@ -14,7 +14,7 @@
"preview": "vite preview",
"start": "vite --open"
},
"homepage": "https://remarkablegames.org/kaboom-template/",
"homepage": "https://remarkablegames.org/water-pipe/",
"dependencies": {
"kaboom": "3000.1.17"
},
Expand Down

0 comments on commit d9450cc

Please sign in to comment.