Snake Game Using odin and raylib to create a simple snake game IDE Using VSCode with some extensions: Odin Language Code Runner with this config: ... "code-runner.executorMap": { "odin": "odin run .", ... } ...