chambrin / Slope-Game

Slope game designed to be run off of repl.it or github pages to bypass school blocks

Home Page:https://goldendev.tech/Slope-Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slope Game Hits

Copy of the popular slope game designed to be hosted anywhere to bypass website restrictions! Below I will cover two free and easy methods to clone and host this yourself, however if you wish to play, use either of the following links. If you use this repo, please star it so others can find it, and so I can see if yall want more!

How to use:

  • Using repl.it is the best free, easy way to host and edit this page, however takes longer to set up.
  • Using github pages is probably the simplest(and free!) method, however may be blocked on some computers due to the .io ending of the default urls.

Instructions for both are provided below!

On repl.it

Fork this Repo through repl.it and use node unityloader41.js as your run command. If not prompted to enter a run command, create a ".replit" file and paste run = "node unityloader41.js" and language = "html" into it. Then just run the repl and enjoy!

image
Should look like this when completed.

Stuck? Check out my version here!

On Github Pages

Fork this repo, and open it. Open the repo settings menu and navigate down the the "Pages" tab. Once there, change the Source option to the main branch. A blue box will appear saying that your page is waiting to be published. After about 15-90 seconds, the game will be avalible to play at the url it displays.

image
Select your deployment branch and save!
image
Should look like this when completed.

Other

Fork the repo and save it to your desired location. Run it through the unityloader41.js file.

Result:

image

About

Slope game designed to be run off of repl.it or github pages to bypass school blocks

https://goldendev.tech/Slope-Game


Languages

Language:HTML 44.0%Language:CSS 31.4%Language:JavaScript 24.6%