Skip to content

Duckling is an editor built for the Ancona game engine. See ild-games/Ancona.

License

Notifications You must be signed in to change notification settings

ild-games/duckling-legacy

Repository files navigation

Duckling Game Editor

About

Duckling is an interactive game editor used to create map files for the Ancona game engine.

More information about Ancona game engine can be found at the Ancona github page

Setup Instructions

Installing Dependencies

  1. Install npm
  2. Install project dependencies npm install

Running from Command Line

npm start

Running Unit Tests

npm test

Configuration Options

Duckling has an optional static configuration file. The file is located at $HOME/.duckling/options.json.

WebGL vs Canvas Renderer

Ducking defaults to WebGL for rendering the game map. Some graphics drivers have problems with the WebGL renderer. You can use the canvas renderer by setting the "useWebGL" key to false.

Example

{
    "useWebGL" : false
}

About

Duckling is an editor built for the Ancona game engine. See ild-games/Ancona.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages