https://github.com/ading2210/sheepy-web-port
An unofficial port of the game Sheepy: A Short Adventure to the web.
https://github.com/ading2210/sheepy-web-port
Last synced: about 1 year ago
JSON representation
An unofficial port of the game Sheepy: A Short Adventure to the web.
- Host: GitHub
- URL: https://github.com/ading2210/sheepy-web-port
- Owner: ading2210
- License: mit
- Created: 2024-02-18T03:54:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T21:39:32.000Z (over 2 years ago)
- Last Synced: 2025-03-28T21:41:59.870Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://sheepy.pages.dev
- Size: 17.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sheepy: A Short Adventure - Unofficial Web Port
This is a port of the game [Sheepy: A Short Adventure](https://store.steampowered.com/app/1568400/Sheepy_A_Short_Adventure/) to the web. Since the original game uses the [Construct](https://www.construct.net/en) game engine with no native code, only minimal changes are needed to get it to run on web browsers.
## Features:
- Local achievements
- Reduced memory usage (3GB -> 300MB on the title screen)
- Runs in Firefox/Chrome on any OS
- Controller support
## Building:
To build this port for yourself, run `./build.sh`. You must be on Linux with `pcregrep`, `curl`, `jq`, and NodeJS installed.
## License:
The copyright for the original game belongs to MrSuicideSheep, but the patches for this port are under the MIT license.
This repository does not contain any of the game's code, only the modifications needed to build this port are included.