Skip to content

PoorlyDefinedBehaviour/browser-cuphead

Repository files navigation

About

Recreation of cuphead's floral fury boss fight

Preview

Installation

git clone https://github.com/PoorlyDefinedBehaviour/browser-cuphead

Usage

Install dependencies

type 'npm i' in the terminal

Compiling with typescript

type 'tsc' in the terminal

Bundling with parcel

type 'parcel build build/main.js' in the terminal

Serving the html file

type 'npx serve' in the terminal

FAQ

tsc is not recognized as internal or external command

install typescript globally 'npm i -g typescript' and follow the steps

parcel is not recognized as internal or external command

install parcel globally 'npm i parcel-bundler' and follow the steps

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Releases

No releases published

Packages

No packages published

Languages