o
odinpkg.dev
packages / app / gridless-snake

gridless-snake

8e654fdapp

classic snake game, but turn in 360 degrees

MIT · updated 4 months ago

Gridless Snake Game

This is an Odin + Raylib game that used this nice starting template by Karl Zylinski.

Supported platforms: Windows, macOS, Linux and web.

How to build

Run the build script for your platform of choice, the output will be under its respective build/ folder.

Web build requirements

  • Emscripten. Download and install somewhere on your computer. Follow the instructions here: https://emscripten.org/docs/getting_started/downloads.html (follow the stuff under "Installation instructions using the emsdk (recommended)").
  • Recent Odin compiler: This uses Raylib binding changes that were done on January 1, 2025.