Skip to content

Relocate Sublimator to Internal-Games repository#28

Draft
Copilot wants to merge 2 commits intoSave-Reworkfrom
copilot/relocate-sublimator-files
Draft

Relocate Sublimator to Internal-Games repository#28
Copilot wants to merge 2 commits intoSave-Reworkfrom
copilot/relocate-sublimator-files

Conversation

Copy link

Copilot AI commented Nov 27, 2025

Moves Sublimator game files to the Internal-Games repository per issue request. Internal-Games already contains the complete game at OFES/sublimator/.

Changes

  • Updated application reference - Changed Sublimator from internal to external pointing to https://wigdos-inc.github.io/Internal-Games/OFES/sublimator/sublimator.html

  • Removed local game files

    • apps/games/sublimator.html
    • scripts/apps/applications/games/simple/sublimator.js
    • assets/images/games/sublimator/ (bombs, boom.png, retroBG.jpg)
  • Fixed breakout dependency - Breakout was using sublimator's retroBG.jpg. Moved the shared asset to assets/images/games/breakout/ and updated breakout.html reference.

  • Preserved - Sublimator icon remains at assets/images/icons/games/other/sublimator.png for the applications list.

// applications.js
sublimator: new Application(
    ["sublimator", "Sublimator"],
    "other",
    false,
    ["external", "https://wigdos-inc.github.io/Internal-Games/OFES/sublimator/sublimator.html"]
),
Original prompt

This section details on the original issue you should resolve

<issue_title>Relocate Sublimator</issue_title>
<issue_description>WigdosXP -> Internal-Games</issue_description>

<agent_instructions>Move all directly related files to the existing Internal-Games repository. Internal-Games already has Sublimator added manually, so check that all used files are accounted for in the new location and add them if necessary. Also change references if needed</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: stu102871 <181106524+stu102871@users.noreply.github.com>
Copilot AI changed the title [WIP] Move Sublimator files to Internal-Games repository Relocate Sublimator to Internal-Games repository Nov 27, 2025
Copilot AI requested a review from stu102871 November 27, 2025 13:39
@stu102871
Copy link
Collaborator

@copilot Everything works, but in Internal-Games, Sublimator can't find the retroBG and so there's a blank white background.

Copy link
Author

Copilot AI commented Nov 27, 2025

@copilot Everything works, but in Internal-Games, Sublimator can't find the retroBG and so there's a blank white background.

The issue is in the Internal-Games repository. The sublimator.html file has an incorrect path for the background image.

Current (incorrect): ../../assets/images/games/sublimator/retroBG.jpg
Should be: assets/images/retroBG.jpg

The path ../../assets/images/games/sublimator/retroBG.jpg tries to access a folder structure that doesn't exist in Internal-Games (no root-level assets folder). The correct path should be relative to where sublimator.html is located at OFES/sublimator/.

Please update line 14 in OFES/sublimator/sublimator.html in the Internal-Games repository to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants