To upload a new game you need to first prepare the game’s archive and then upload it.
First, you need to integrate Cere Games SDK into the game’s logic
The archive should be a ZIP
file. Example:
Game archive example
The archive should include a folder with all the game’s assets:
[game_name].zip/
└── [game_name]/
├── ...(game assets)
└── index.html
<aside>
💡 Make sure that you removed OS specific system files from the archive, eg. .DS_Store
in case of macOS.
</aside>
When you have the game’s archive ready, the next step is to upload it.
Connect your wallet (eg. MetaMask)
Enter Game admin panel
Click Add game
Fill the game information and drag the game’s archive to the Upload zip file
area
On the next step you will be asked to sign a message with your wallet and then the game will start uploading
After successful upload, you can go back to you game list to see the newly added game there
The game is successfully uploaded to DDC! You can now copy the link to your game and share it.