o
odin.langpkg.dev
packages / app / digging-game

digging-game

d433bdfapp

A small game to learn Odin and SDL3

No license · updated 1 year ago

Digging Game

This is a small project to try out the Odin programming language.

The game will be based around digging for ores and minerals in a procedurally generated world.

Building the game

To build the project, simply invoke the odin compiler with either the client or server package:

odin build client

or:

odin build server