MajesticWafer / wafercafe

Does not contain wafers. Just games. Updated on-the-fly :)
https://wafercafe.com/
4 stars 11 forks source link
games javascript unblocked unblocked-games webgames

The Wafer Café

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

About

The Wafer Café 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

URLs

The current URLs for the Wafer Café are:

  1. https://wafercafe.com/
  2. https://wafer-cafe.vercel.app/

Info

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

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

Created by 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 Wafer Café

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?