Skip to content

Web Desktop #781

@TeckGeck

Description

@TeckGeck

Describe the example

A GDevelop Example that mimics a Windows Desktop OS.
Users can interact with a "draggable window", which originally had up to 3 windows that would change its layering/z-ordering dynamically, but I scrapped it as:

  1. The logic was becoming too complex, I wanted the logic to stay as simple.
  2. I feel like it COULD have been simpler, but so many issues popped up such as the windows getting stuck to the wrong object among other issues.

The window can be opened and closed by using the "Notepad" icon.

Users can also change the background and switch between three in total, one of the backgrounds is a simple sprite, though two of the backgrounds are "Tiled sprites". There is also a 24-hour clock in the bottom right corner.

Some icons will send the player to external websites (the "opens a new window" icon is shown on the appropriate object) external links will include:

  • GDevelops linktr.ee
  • Links to "gd-web-template.com" (same template but shown running on its own domain)
  • My website includes resources on how to export a GDevelop HTML file and link it to a custom domain (IN PROGRESS)
  • Meet Lillian (info about the character used in the template and her usage licence)

My secondary goal is to show that GDevelop can be used to make websites. As an active Wix and WordPress user, I think GDevelop could be another valid alternative for making websites with all the strengths of a game engine.

Checklist

  • I've followed all of the best practices.
  • My game has a proper name in the game properties.
  • My game package name begins with com.example..
  • My game has all events unfolded.
  • I've added myself as the author in the game properties.
  • I've included a file called "README.md" with a description in proper English, explaining what this example is doing.
  • I confirm that this game and all of its resources can be integrated to this GitHub repository, distributed and MIT licensed.
  • I've cleaned unused resources.

Game folder

Web Desktop.zip

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions