Repository: sdjclassroom/sdjclassroom.github.io Live Site: https://sdjclassroom.github.io
SDJClassroom is a collection of retro-style web games hosted on GitHub Pages.
- ๐ซ No downloads or plugins required โ all games run directly in the browser.
- ๐ซ Designed to be accessible on school networks, even those filtered by Linewize.
- โ Perfect for students looking for games during free time.
- โ Retro-inspired browser games
- โ Fully static site, runs on GitHub Pages
- โ Optimized for being unblocked
- โ Works on both desktop and Chromebook
- โ Easy to extend with new games
You can run the site on your own computer using Python's built-in web server.
If you donโt have Python 3 installed, follow the instructions below for your operating system:
- Go to the official Python website: https://www.python.org/downloads/windows/
- Download the latest version of Python 3.
- Run the installer and check the box that says โAdd Python to PATHโ.
- Click โInstall Nowโ and follow the prompts.
Python 3 is often pre-installed on macOS, but you can install the latest version using Homebrew:
brew install pythonOr, download it directly from: https://www.python.org/downloads/macos/
Use the terminal to install Python 3:
sudo apt update
sudo apt install python3Other distros may vary โ check your package manager for details.
Once Python 3 is installed, open a terminal (or command prompt), navigate to the project folder, and run:
python3 -m http.server 8000Then open your browser and go to: ๐ http://localhost:8000
You'll see the SDJClassroom site running locally!