BitDojo Studio

How to submit a game

1. Create a new project and develop a game.

2. Click the gear symbol to go to the settings screen and create a new release.

3. Your game will be playable on BitDojo Games .

PWA Support

Your game will be automatically PWA-ready.

PWA can be installed as an app on Android, iOS and PC.

Configuration File

The following items can be specified in the bitdojo.config.js configuration file.

description: string //Game summary, operation description, etc.

tags: string[] //Tags for the game

coverImage: string //The absolute path to the cover image

iconImage: string //The absolute path to the icon image

devices.mobile.supported: boolean//Whether the game is playable on mobile devices

devices.mobile.orientation: 'portrait' | 'landscape' //The orientation of the screen on mobile devices

devices.mobile.desktop: boolean //Whether the game is playable on PC