Skip to content
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions packages/io.github.scratcheverywhere
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
title: Scratch Everywhere!
iconUri: https://github.com/ScratchEverywhere/ScratchEverywhere/blob/main/gfx/webos/icon.png?raw=true
manifestUrl: https://raw.githubusercontent.com/ScratchEverywhere/ScratchEverywhere/refs/heads/main/webos_manifest.json
category: game
pool: main
description: |
<p align="center">
<img src="https://github.com/ScratchEverywhere/ScratchEverywhere/blob/main/gfx/menu/logo.png?raw=true" alt="Scratch Everywhere! logo" />
</p>
<p>
<a href="https://discord.gg/Y2gf5vZHpJ"><img alt="Discord" src="https://img.shields.io/discord/1408875318248345612?style=flat&logo=discord&label=Discord%20Server&link=https%3A%2F%2Fdiscord.gg%2FY2gf5vZHpJ"></a>
</p>

A work-in-progress runtime made in C++ aimed to bring most Scratch 3 projects over to 6-8th-generation console and handheld platforms (and more)!

![Runtime running a Scratch project on Wii U, Wii, and 3DS](https://github.com/ScratchEverywhere/ScratchEverywhere/blob/main/docs/demo.gif?raw=true)
<small>(Game shown is [Hopper Heros](https://scratch.mit.edu/projects/1184969400/) by pepper-prepper)</small>

## Controls

![Controls](docs/controls/all.png)

## Usage instructions for webOS

Upload your Scratch projects (.sb3) with Dev Manager to your TV in `/media/developer/apps/usr/palm/applications/io.github.scratcheverywhere/projects/`, if the folder doesn't exist, create it.

Then it should be as simple as opening the app on your TV from the home menu!
Loading