A user-friendly web assembly video game website, aimed to entertain users (during work and school, too!).
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
- Simple GUI
- Entrancing particles background
- Light/dark mode
The current URLs for the Wafer Café are:
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
If you want to contribute, fork this repository, make your changes, and commit a pull request towards this repo.
-
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.
-
After cloning, move into the new directory by running:
cd wafercafe
-
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.
- 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.
-
If you've already installed Git and ngrok, just follow these steps:
- Clone the repo:
git clone https://github.com/MajesticWafer/wafercafe
- Navigate to the project:
cd wafercafe
- Run ngrok:
ngrok http <port>
Done! You're good to go.
- Clone the repo: