Getting started with Oxid
Oxid is designed around a fast local loop:
oxid new my-game
cd my-game
oxid run
That gives you a minimal JavaScript project with the files needed to start scripting immediately.
Use this section to:
- install the CLI on Linux
- generate your first project
- understand how
oxid runloads your game - learn what the generated files do