Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

In your Adventuron source code, can you add the game_information {} section and recompile? This will avoid the error message at the start of the game. As a minimum, you'll need to add:

  • copyright_message
  • game_name
  • game_version
  • uuid
  • written_by
  • year_of_release

These are important for bibliographic reasons.

Under the Embed options on your project page, can you select Click to launch in full screen? This is different to Adventuron's default opening in full screen and allows the game to occupy the whole browser window, rather than use an iframe.

(+1)

Thank you for the heads up! I knew my game needed a good bit of touching up before I submitted but I was in a real rush for time. I also just now learned about the game information thing. 

Done and done, the game should open up in full screen now.

Thank you. That is much better. I can now read the text without it being truncated and I can read more of the text without needing to scroll so much.