A game created for the 2025 32Bit Winter Jam
2026-04-07 13:29:09 -07:00
game Reduce physics simulation tickrate as more snowmen are spawned 2026-04-07 13:29:09 -07:00
.gitignore Add .gitignore 2026-01-04 07:24:20 -08:00
CHANGELOG Reduce physics simulation tickrate as more snowmen are spawned 2026-04-07 13:29:09 -07:00
go.mod Fix intermittent crash when resetting game 2026-04-07 12:50:02 -07:00
go.sum Fix intermittent crash when resetting game 2026-04-07 12:50:02 -07:00
goreleaser.yml Fix intermittent crash when resetting game 2026-04-07 12:50:02 -07:00
LICENSE Initial commit 2025-12-14 08:24:06 -08:00
main.go Rename as Winter Madness 2026-01-04 07:28:21 -08:00
README.md Update README 2026-01-04 07:34:25 -08:00

Winter Madness - A game created for the 2025 32Bit Winter Jam

Donate

Play

Browser

Play in your browser

Download

Download Winter Madness

Controls

Action Keys / Mouse Buttons
Move Forward W / K / Up
Move Backward S / J / Down
Move Left A / H / Left
Move Right D / L / Right
Run Shift
Fire Gun Left Click
Launch Firework Right Click

Resolution

The game runs at 416x234 (16:9) resolution by default.

Pass the flag --qvga to run at 320x240 (4:3) resolution instead.

Debugging

The following debug modes are available:

  1. Disabled
  2. FPS/TPS (frames per second / ticks per second)
  3. TRI/DRA (triangles / draw calls)
  4. Wireframe
  5. Collision bounds
  6. Depth buffer

Press Ctrl+Shift+D to toggle between debug modes.

Pass the --debug flag to specify the initial debug mode.

Dependencies