Skip to content

js13kGames/songbirds

 
 

Repository files navigation

Songbirds

You are a lovebird, and you are trying to attract another lovebird. In order to do that, you must use your aural skills to sing back the melodies that you hear.

Development

# Start webpack development server on port 4000 with hot-reloading. 🔥
make serve

# If you intend to hide the development server behind some sort of reverse
# proxy or layered network architecture (NGINX, K8s Ingress, etc.) that exposes
# a port that is not 4000, then the HMR socket will fail to connect. You will
# need to explicitly specify the proxy origin. E.g.
make serve PROXY_ORIGIN=https://songbirds.nutty.dev:80

Build

# Build, minify, and zip everything up for submission!
# Output: build/submission.zip
make build

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.9%
  • JavaScript 4.7%
  • Shell 2.5%
  • Makefile 1.9%