Skip to content

heyoeyo/jetslalom_odin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jetslalom (Odin Remake)

This repo contains a remake of an old web game called 'Jet slalom'. The goal of the game is to avoid obstacles as long as possible, through increasingly difficult stages.

This was made to experiment with and learn the Odin programming language.

If you'd like to alter the game, most of the logic is in the main.odin file. The sequence of stages (and how each stage is configured) can be found in the stage_def.odin file.

How to play

Online

You can play the game for free on itch.io: https://heyoeyo.itch.io/jetslalom-remake

(Made using the Odin + Raylib + Web template)

Download

Pre-built (x86) executables are available for Linux & Windows on the releases page.

Compile

Building/compiling the game requires downloading and installing Odin. For reference, I used the dev-2025-01 release from the odinlang github page (pretty painless).

With Odin installed, simply type the following command (in terminal) from the root folder of the repo:

odin run src

And that's it! This command will compile and immediately run the game.