odd

command module
v0.0.0-...-8bdfa34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

README

About

ODD is an open source isometric action RPG game engine.

ODD is written on top of director, and director is an ECS scene abstraction written in akara and raylib.

Concepts

Game implementations are to be written as either:

  • pure golang, as director scenes
  • mods, written as a collection of lua scripts for scenes and systems.

The modding API is not yet defined, still working on it!

Project Structure

  • engine/components - contains the declarations of ECS components, for akara.

  • engine/mpq_loader - contains an mpq archive file loader implementation, for director.

  • engine/scenes - contains graphical scenes only related to the engine itself. This does not contain any specific game code.

  • engine/systems - contains non-graphical systems only related to the engine itself. This does not contain any specific game code.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL