Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 645 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 645 Bytes

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