SHS Games Reviews

SHS Games Links

Looking for SHS Games? We reviewed and compared the top SHS Games. See the recommendations below, along with a comprehensive guide that provides all the information you need about SHS Games.github

What is SHS Games?

SHS Games is a free and open source game hub. Designed to be unblocked and available to anyone at any time.

SHS game application:

SHS Games is available to everyone under the GPL 3.0 license. This license states that redistribution is allowed, provided the license remains the same. By redistributing SHS Games, you agree to the following:

  • You are responsible for respecting the freedom of others.
  • Copyright & License Information remains unchanged and is contained in each copy.

SHS games

All games available at any given time are NOT owned by SHS Games unless specifically stated. Games are owned by different publishers and are compiled from different sources.

SHS Games Privacy Statement

Your privacy and security are important to us. SHS Games was established to be open and transparent to its users.

SHS Games Data Collection

All collected data is completely anonymous. No personally identifiable information (PII) is collected. The data we collect is purely for the purpose of improving the quality and performance of SHS Games. The information collected is intended to determine which games are the most popular and which are not.

Thank you for your continued confidence in our open source services.

SHS Games Links

Find SHS games links below of the images.

SHS Games
SHS Games

Join the uprising:

SHS Games can be easily played in many different environments. Clicking the buttons below will open a new site with SHS Games. And if you know what you’re doing, here are some detailed building instructions. You can also download the HTML for your own web server, or even just a Docker container. When you create a mirror, I’ll add it to the list above for everyone’s benefit.

Build Instructions

Prerequisites

Have the following installed

  • git version 2.25.1+
  • node version 14.17.4+
  • npm version 6.14.14+

Clone the repository & add its upstream

git clone https://github.com/SHSGames/shsgames.github.io.git shsgames
cd shsgames
git remote add upstream https://github.com/JoshMerlino/tsx-app.git

Install build tools and node modules

sudo apt-get install build-essential -y
npm install

Building

npm run build

Running the app

With the integrated server:

  • Run npm start to run the server

With your own server:

  • Copy the contents of the public_html folder to your web root.
  • Ensure all 404 errors are automaticly rerouted to index.html or 404.html. Example: src/runtime/static.ts:9