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:
- View Source: Right-click on any game page and select "View Page Source" (or press
Ctrl+U). - Save File: You can also press
Ctrl+Swhile playing a game to save the entire HTML file to your local machine. - 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!