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
- Install npm
- Install project dependencies
npm install
npm start
npm test
Duckling has an optional static configuration file. The file is located at $HOME/.duckling/options.json
.
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.
{
"useWebGL" : false
}