-
Start with an empty DragonRuby app (find it here).
-
Go to your game folder
cd mygame/app
-
Clone Ducky Engine in your app
git submodule add [email protected]:esilvert/ducky-engine.git ducky
ducky
, not ducky-engine
-
Into the new
ducky
folder, you will find a Makefile to install it. Run:cd ducky && make install
Follow this guide.
In short :
- Create the game page on itch.io
- Update the game Metadata with
- The
devid
property is the username you use to log into Itch.io - The
devtitle
is your name or company name (it can contain spaces). - The
gameid
is the Project URL value. - The
gametitle
is the name of your game (it can contain spaces). - The
version
can be any "major.minor" number format.
- Run
./dragonruby-publish --only-package mygame
- (if you're on Windows, don't put the "./" on the front. That's a Mac and Linux thing.)
- You can remove the
--only-package
to automatically upload on itch