Skip to content

sdjclassroom/sdjclassroom.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

586 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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 35

Languages