Skip to content

RJLee88/RJsGamesV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RJsGamesV2

image

A user-friendly web assembly video game website, aimed to entertain users (during work and school, too!).

About

The RJsGamesV2 strives to have fun games in the browser, entertaining our users. Most games use Web Assembly to run, and some are made with JavaScript.

'Features'

  • Simple GUI
  • Silly particle background
  • Light/dark mode

Info

Please star if you fork, or simply find this useful!

While the RJsGamesV2 is intended to be be a game center, I also ocasionally run my school projects on this domain.

MajesticWafer, 2023-2024

Contribution

If you want to contribute, fork this repository, make your changes, and commit a pull request towards this repo.

Self-Hosting RJsGamesV2

Step 1: Clone the Repository

  1. Open your terminal and run the following command to download the project:

    git clone https://github.com/MajesticWafer/wafercafe

    Note: If Git isn't installed, here's a guide to install Git.

Step 2: Navigate to the Project Directory

  1. After cloning, move into the new directory by running:

    cd wafercafe

Step 3: Expose Your Local Port

  1. Use ngrok to expose your port and access the project externally:

    ngrok http <port>

    Replace <port> with any available port number not being used by another application.

    Note: If you don't have ngrok installed, here's a guide to install ngrok.

Step 4: Access Your Link

  1. Once you run the ngrok command, you'll receive a unique link. Copy and paste this link into your browser, or manually enter it on any device to access your local setup.

Already Done This Before?

  • If you've already installed Git and ngrok, just follow these steps:

    1. Clone the repo: git clone https://github.com/MajesticWafer/wafercafe
    2. Navigate to the project: cd wafercafe
    3. Run ngrok: ngrok http <port>

    Done! You're good to go.

Releases

No releases published

Packages

No packages published