File tree 6 files changed +18
-18
lines changed
6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img src =" https://github.com/remarkablegames/card- memory/blob/master/public/logo192.png " alt =" Card Memory" >
2
+ <img src =" https://github.com/remarkablegames/memory-card /blob/master/public/logo192.png " alt =" Memory Card " >
3
3
</p >
4
4
5
- # Card Memory
5
+ # Memory Card
6
6
7
- ![ release] ( https://img.shields.io/github/v/release/remarkablegames/card- memory )
8
- [ ![ build] ( https://github.com/remarkablegames/card- memory/actions/workflows/build.yml/badge.svg )] ( https://github.com/remarkablegames/card- memory/actions/workflows/build.yml )
7
+ ![ release] ( https://img.shields.io/github/v/release/remarkablegames/memory-card )
8
+ [ ![ build] ( https://github.com/remarkablegames/memory-card /actions/workflows/build.yml/badge.svg )] ( https://github.com/remarkablegames/memory-card /actions/workflows/build.yml )
9
9
10
- <kbd >Card Memory</kbd > is a [ memory] ( < https://wikipedia.org/wiki/Concentration_(card_game) > ) game .
10
+ <kbd >Memory Card </kbd > is a [ memory card game ] ( < https://wikipedia.org/wiki/Concentration_(card_game) > ) .
11
11
12
12
Play the game on:
13
13
14
- - [ remarkablegames] ( https://remarkablegames.org/card- memory/ )
14
+ - [ remarkablegames] ( https://remarkablegames.org/memory-card / )
15
15
16
16
## Prerequisites
17
17
@@ -22,8 +22,8 @@ Play the game on:
22
22
Clone the repository:
23
23
24
24
``` sh
25
- git clone https://github.com/remarkablegames/card- memory.git
26
- cd card- memory
25
+ git clone https://github.com/remarkablegames/memory-card .git
26
+ cd memory-card
27
27
```
28
28
29
29
Install the dependencies:
Original file line number Diff line number Diff line change 5
5
< link rel ="icon " href ="favicon.ico " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
< meta name ="theme-color " content ="#000000 " />
8
- < meta name ="description " content ="Web game created using card-memory " />
8
+ < meta name ="description " content ="Memory card game. " />
9
9
< link rel ="apple-touch-icon " href ="logo192.png " />
10
10
11
11
<!--
22
22
-->
23
23
< script
24
24
src ="https://unpkg.com/github-corners/dist/embed.min.js "
25
- data-href ="https://github.com/remarkablegames/card- memory "
25
+ data-href ="https://github.com/remarkablegames/memory-card "
26
26
data-target ="_blank "
27
27
async
28
28
defer
38
38
</ style >
39
39
< % } %>
40
40
41
- < title > Card Memory | remarkablegames</ title >
41
+ < title > Memory Card | remarkablegames</ title >
42
42
</ head >
43
43
< body >
44
44
< noscript > You need to enable JavaScript to play this game.</ noscript >
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " card- memory" ,
2
+ "name" : " memory-card " ,
3
3
"version" : " 1.0.0-alpha" ,
4
4
"description" : " A template for building Phaser games." ,
5
5
"author" : " Mark <mark@remarkablemark.org>" ,
14
14
"preview" : " vite preview" ,
15
15
"start" : " vite --open"
16
16
},
17
- "homepage" : " https://remarkablegames.org/card- memory/" ,
17
+ "homepage" : " https://remarkablegames.org/memory-card /" ,
18
18
"dependencies" : {
19
19
"phaser" : " 3.87.0" ,
20
20
"phaser-jsx" : " 0.11.0"
Original file line number Diff line number Diff line change 1
1
{
2
- "short_name" : " Card Memory" ,
3
- "name" : " Card Memory" ,
2
+ "short_name" : " Memory Card " ,
3
+ "name" : " Memory Card " ,
4
4
"icons" : [
5
5
{
6
6
"src" : " favicon.ico" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import * as scenes from './scenes';
8
8
new Phaser . Game ( {
9
9
width : 800 , // 1024
10
10
height : 600 , // 768
11
- title : 'Card Memory' ,
11
+ title : 'Memory Card ' ,
12
12
url : import . meta. env . VITE_APP_HOMEPAGE ,
13
13
version : import . meta. env . VITE_APP_VERSION ,
14
14
scene : [
You can’t perform that action at this time.
0 commit comments