Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi Rigachupe.

I can see that Doodley the Ducktective and your other new game both have the same "upload settings" problem with Itch. 

Please pay attention to section 9 in this document (games should launch in full screen, be mobile friendly, and select "portrait" mode).

https://adventuron.io/documentation/uploading.html

Also, your gamebook style game seems to have too much text for the "border" mode. Are you extending the "TWO" theme? If so, that's not ideal for the type of game you are writing. I recommend that you set the number of columns to 72 in your theme. You might be better off with a more readable font too.

themes {
   your_theme : theme {
      theme_settings {
         columns = 72
         columns_mobile = 40
         font = plotter_bold_extended
      }
   }
}

Please write to me at info@adventuron.io and I'd like to work with you to show you all the different display options as it does seem that you are sticking to the TWO theme. If that's out of choice, don't worry about it, but I did notice that it's not optimized for high text games, so I do think at the very least, you need to increase the columns that are displayed, even if keeping everything else the same.

Chris