itch.io is community of indie game creators and players

Devlogs

Changelog Version 0.2

Goco-8
A browser Console made in HTML5

Console: The console has a new 'quickstart' command which helps users get oriented quickly.

Coder: You can now use CTRL+Space as well as CTRL+Tab to toggle the sidebar, since CTRL+Tab is conflicting with web browser tab switching.

Editor: The editor will store which window was focused when saved and resume from where you left off, for a smoother experience.

Default Main Menu: Pressing Esc while running a game will show a main menu, allowing you to quit the game. When a game is opened from the editor, quitting from this menu will automatically re-open the project in the editor.

Errors: Any script errors that occur during play will be shown in the console. This is currently done by scraping the log file.

Scripting: A new btn() function in the script base class that returns the state about a button.
Example: btn("a").down is true when the gamepad A button is pressed.

Files

  • web_v0.2.zip 9.4 MB
    Aug 20, 2022
  • epikus_alpha_v0.2_win.zip 14 MB
    Aug 20, 2022
  • epikus-8_v0.2_linux.zip 15 MB
    Aug 20, 2022
  • epikus-8_v0.2.zip 28 MB
    Aug 20, 2022
Download Goco-8
Leave a comment