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
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.
If you've already installed Git and ngrok, just follow these steps:
git clone https://github.com/MajesticWafer/wafercafe
cd wafercafe
ngrok http <port>
Done! You're good to go.