https://github.com/wintercore/microverse-js-capstone-game
Scuffed cat is a simple platformer game made with phaser3
https://github.com/wintercore/microverse-js-capstone-game
game phaser3 platformer typescript
Last synced: about 1 year ago
JSON representation
Scuffed cat is a simple platformer game made with phaser3
- Host: GitHub
- URL: https://github.com/wintercore/microverse-js-capstone-game
- Owner: WinterCore
- License: mit
- Created: 2020-11-07T05:21:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T20:33:53.000Z (over 5 years ago)
- Last Synced: 2025-02-14T20:31:40.218Z (over 1 year ago)
- Topics: game, phaser3, platformer, typescript
- Language: TypeScript
- Homepage: https://obscure-refuge-92796.herokuapp.com/
- Size: 3.92 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scuffed Cat
A javascript platformer game made with [Phaser3](https://phaser.io/phaser3)
# Table of Contents
- [Scuffed Cat](#scuffed-cat)
- [Table of Contents](#table-of-contents)
- [How to Play](#how-to-play)
- [Live Demo](#live-demo)
- [Game Design Document](#game-design-document)
- [How to Run Locally](#how-to-run-locally)
- [Running the Tests](#running-the-tests)
- [Built With](#built-with)
- [Acknowledgements](#acknowledgements)
## How to Play

Use the left & right arrow keys to move left & right, and use the up arrow key to jump.
The player is allowed to jump twice.
Try to score as many points as possible without dying.
## [Live Demo](https://obscure-refuge-92796.herokuapp.com/)
## [Game Design Document](GDD.md)
## How to Run Locally
- Install [Node.js](https://nodejs.org/en/download/)
- Clone this repository by running `git clone https://github.com/WinterCore/microverse-js-capstone-game.git`
- Change your current working directory to the project `cd microverse-js-capstone-game.git`
- Run `npm install`
- Run `npm start`
- Enjoy
## Running the Tests
- Complete the first 4 steps from [How to run locally](#how-to-run-locally)
- Run `npm test`
## Built With
- Typescript
- HTML
- CSS
- Phaser 3
- Webpack
- Jest
- Heroku
- Eslint
## Acknowledgements
- [Coin sound effect](https://opengameart.org/content/plingy-coin)
- [Main character (Cat)](https://opengameart.org/content/sergeant-cat)
- [Background music](https://opengameart.org/content/re-music)
- [Clouds & Background](https://opengameart.org/content/background-land)
- [Buttons](https://opengameart.org/content/candy-button-pack)
- [Junegull font](https://www.dafont.com/junegull.font)
- [Mari Roque](https://github.com/MarilenaRoque) & [Michael Threels](https://github.com/mikethreels) for the inspiration.
- Microvese