Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaddox committed Dec 29, 2023
1 parent 2f94d39 commit a5a1aea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<img src="https://github.com/dolanmiu/flappy-bird-client/raw/master/assets/form/flappy-bird-logo.png">
<img src="https://github.com/InnovAnon-Inc/flappy-bird-client/raw/master/assets/form/flappy-bird-logo.png">

<p align="center">
<a href="https://david-dm.org/dolanmiu/flappy-bird-client" title="dependencies status"><img src="https://david-dm.org/dolanmiu/flappy-bird-client/status.svg"/></a>
<a href="https://david-dm.org/dolanmiu/flappy-bird-client?type=dev" title="devDependencies status"><img src="https://david-dm.org/dolanmiu/flappy-bird-client/dev-status.svg"/></a>
<a href="https://david-dm.org/InnovAnon-Inc/flappy-bird-client" title="dependencies status"><img src="https://david-dm.org/InnovAnon-Inc/flappy-bird-client/status.svg"/></a>
<a href="https://david-dm.org/InnovAnon-Inc/flappy-bird-client?type=dev" title="devDependencies status"><img src="https://david-dm.org/InnovAnon-Inc/flappy-bird-client/dev-status.svg"/></a>
<a href="https://bestpractices.coreinfrastructure.org/projects/589"><img src="https://bestpractices.coreinfrastructure.org/projects/589/badge"></a>
<a href="http://choosealicense.com/licenses/mit"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
<a href="https://travis-ci.org/dolanmiu/flappy-bird-client"><img src="https://travis-ci.org/dolanmiu/flappy-bird-client.svg" alt="Travis"></a>
<a href="https://snyk.io/test/github/dolanmiu/flappy-bird-client"><img src="https://snyk.io/test/github/dolanmiu/flappy-bird-client/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/dolanmiu/flappy-bird-client" style="max-width:100%;"></a>
<a href="https://travis-ci.org/InnovAnon-Inc/flappy-bird-client"><img src="https://travis-ci.org/InnovAnon-Inc/flappy-bird-client.svg" alt="Travis"></a>
<a href="https://snyk.io/test/github/InnovAnon-Inc/flappy-bird-client"><img src="https://snyk.io/test/github/InnovAnon-Inc/flappy-bird-client/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/InnovAnon-Inc/flappy-bird-client" style="max-width:100%;"></a>
</p>

# Flappy Bird Online Client
> The client for the Phaser remake of Flappy Bird
## How to play
Go to [https://dolanmiu.github.io/flappy-bird-client](https://dolanmiu.github.io/flappy-bird-client)
Go to [https://InnovAnon-Inc.github.io/flappy-bird-client](https://InnovAnon-Inc.github.io/flappy-bird-client)

## How to Install
1. Clone this Repo
2. run `npm install`
3. run `npm start`
4. Do the exact same for the [server](https://github.com/dolanmiu/flappy-bird-server). This is only the client!
4. Do the exact same for the [server](https://github.com/InnovAnon-Inc/flappy-bird-server). This is only the client!

Made with ♥ by Dolan Miu

Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ <h4>Current players online: <span id="players-online"></span></h4>

let playerTag = $('#player-tag').val();
let playerColor = $('#player-color').val();


/* TODO check whether user exists in database and whether remaining uses is positive */
flappyGame.connect({
name: playerTag,
color: playerColor,
Expand Down Expand Up @@ -188,4 +189,4 @@ <h4>Current players online: <span id="players-online"></span></h4>

randomiseColor();
</script>
</body>
</body>
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/dolanmiu/flappy-bird-client.git"
"url": "git+https://github.com/InnovAnon-Inc/flappy-bird-client.git"
},
"author": "Dolan Miu",
"license": "MIT",
"bugs": {
"url": "https://github.com/dolanmiu/flappy-bird-client/issues"
"url": "https://github.com/InnovAnon-Inc/flappy-bird-client/issues"
},
"homepage": "https://github.com/dolanmiu/flappy-bird-client#readme",
"homepage": "https://github.com/InnovAnon-Inc/flappy-bird-client#readme",
"dependencies": {
"phaser": "^2.6.2"
},
Expand Down

0 comments on commit a5a1aea

Please sign in to comment.