Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poorlydefinedbehaviour/browser-cuphead
this https://github.com/PoorlyDefinedBehaviour/cuphead in the browser
https://github.com/poorlydefinedbehaviour/browser-cuphead
Last synced: 14 days ago
JSON representation
this https://github.com/PoorlyDefinedBehaviour/cuphead in the browser
- Host: GitHub
- URL: https://github.com/poorlydefinedbehaviour/browser-cuphead
- Owner: PoorlyDefinedBehaviour
- License: mit
- Created: 2019-07-24T17:57:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T15:33:20.000Z (over 1 year ago)
- Last Synced: 2023-03-02T22:17:23.146Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 41.7 MB
- Stars: 33
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
Recreation of cuphead's floral fury boss fight
![Preview](https://github.com/PoorlyDefinedBehaviour/cuphead-floral-fury-boss-fight/blob/master/preview/preview.gif)
# Installation
```sh
git clone https://github.com/PoorlyDefinedBehaviour/browser-cuphead
```# Usage
## Install dependencies
```sh
type 'npm i' in the terminal
```## Compiling with typescript
```sh
type 'tsc' in the terminal
```## Bundling with parcel
```sh
type 'parcel build build/main.js' in the terminal
```## Serving the html file
```sh
type 'npx serve' in the terminal
```# FAQ
## tsc is not recognized as internal or external command
```sh
install typescript globally 'npm i -g typescript' and follow the steps
```## parcel is not recognized as internal or external command
```sh
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](https://choosealicense.com/licenses/mit/)