Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quinten/soccer-slasher

a Supernapie sports hack 'n slash for Ludum Dare 41
https://github.com/quinten/soccer-slasher

gamedev gamejam javascript ludum-dare-41 phaser3

Last synced: 12 days ago
JSON representation

a Supernapie sports hack 'n slash for Ludum Dare 41

Awesome Lists containing this project

README

        

# soccer-slasher

A Supernapie game for Ludum Dare 41

Theme: Combine 2 Incompatible Genres

Play gam at https://quinten.github.io/soccer-slasher/

## Messing with the code

### Install dependencies

```
npm install
```

### Run local dev server

```
npm start
```

### Build bundle

```
npm run build
```

## Inspiration

### colors

green: #badc58
white: #dff9fb
blue: #22a6b3
red: #eb4d4b
grey: #535c68

Inspired by https://flatuicolors.com/palette/au

### Sounds credits

https://freesound.org/people/stomachache/sounds/274515/
https://freesound.org/people/SpliceSound/sounds/218318/

### MIT License

See LICENSE file