o
odin.langpkg.dev
packages / app / snake-odin

snake-odin

93739bbapp

a simple snake game using odin

No license · updated 2 years ago

Snake Game

Using odin and raylib to create a simple snake game

IDE

Using VSCode with some extensions:

with this config:

	...
  "code-runner.executorMap": {
    "odin": "odin run .",
		...
	}
	...