/krig-game-demos

Krig is a cross-platform, open source game engine. This repository contains demo games which run on the Krig Game Engine.

Primary LanguageLua

Krig Game Engine - Demos

Krig is a cross-platform, open source game engine.

For more information, see: https://github.com/srobbibaro/krig-game-engine

This repository contains demo games which run on the Krig Game Engine.

Getting Started

You must have a Krig Game Engine executable for your platform to run these demos.

For instructions, see: https://github.com/srobbibaro/krig-game-engine

Run

Launch the Krig Game Engine from the command line. You must supply the path to the game to run as the first argument.

For example, to launch the boats demo in this repo, run:

$ ./krig krig-game-demos/boats

Game Scripting

For more information on scripting, see: https://github.com/srobbibaro/krig-game-engine