Cybersecurity Club Arcade

Available Games

Test your skills with these classic titles. All games are running in isolated rootless containers for maximum security.

Play Offline & Audit the Code

In the spirit of the Unix philosophy and open-source software, we encourage you to inspect how these games work.

How to Copy the Source:

  1. View Source: Right-click on any game page and select "View Page Source" (or press Ctrl+U).
  2. Save File: You can also press Ctrl+S while playing a game to save the entire HTML file to your local machine.
  3. CLI Method: If you're on a Linux terminal, use wget:
    wget https://adkcyber.club/Games/snake.html

Once saved, you can open the file in any browser without an internet connection. This is a great way to practice reverse engineering or modifying the game logic!