Skip to content

sdjclassroom/sdjclassroom.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

590 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 SDJ Classroom Website

Repository: sdjclassroom/sdjclassroom.github.io Live Site: https://sdjclassroom.github.io


🕹️ About

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.

🎯 Features

  • 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

🛠️ How to Host Locally

You can run the site on your own computer using Python's built-in web server.

🔧 Step 1: Install Python 3

If you don’t have Python 3 installed, follow the instructions below for your operating system:

🪟 Windows

  1. Go to the official Python website: https://www.python.org/downloads/windows/
  2. Download the latest version of Python 3.
  3. Run the installer and check the box that says “Add Python to PATH”.
  4. Click “Install Now” and follow the prompts.

🍎 macOS

Python 3 is often pre-installed on macOS, but you can install the latest version using Homebrew:

brew install python

Or, download it directly from: https://www.python.org/downloads/macos/

🐧 Linux (Debian/Ubuntu-based)

Use the terminal to install Python 3:

sudo apt update
sudo apt install python3

Other distros may vary — check your package manager for details.


⚙️ Step 2: Start the Local Server

Once Python 3 is installed, open a terminal (or command prompt), navigate to the project folder, and run:

python3 -m http.server 8000

Then open your browser and go to: 👉 http://localhost:8000

You'll see the SDJClassroom site running locally!


About

This is the static webpage code for sdjclassroom.github.io and uses EmulatorJS.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages