An open API service indexing awesome lists of open source software.

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

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