Welcome to Hypackel, a curated collection of lightweight, fun, and open-source HTML5 games. All games in this repository are built with pure HTML, CSS, and JavaScript, making them easy to play on any modern web browser—no installation required!
This repository contains several games. Here is a quick overview:
| Game Title | Folder / Link | Description |
|---|
- Zero Installation: Play instantly in your browser.
- Lightweight: Built with vanilla HTML/CSS/JS, ensuring fast load times.
- Cross-Platform: Runs on any device with a web browser (Desktop, Mobile, Tablet).
- Open Source: Feel free to explore the code, learn, or contribute.
There are two easy ways to play these games:
You can play all the games live on our GitHub Pages site:
**➡️ https://www.hypackel.online/
(Note: You must enable GitHub Pages in your repository's Settings > Pages tab for this link to work.)
If you want to run the games on your local machine:
- Clone the repository:
git clone [https://github.com/YOUR-USERNAME/hypackel.git](https://github.com/YOUR-USERNAME/hypackel.git)
- Navigate to the project directory:
cd hypackel - Open a game:
- Browse to the folder of the game you want to play (e.g.,
cd game-1). - Open the
index.htmlfile in your favorite web browser.
- Browse to the folder of the game you want to play (e.g.,
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. We welcome any contributions, whether it's fixing bugs, improving existing games, or submitting a brand-new HTML5 game!
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/NewAwesomeGame). - Commit your Changes (
git commit -m 'Add NewAwesomeGame'). - Push to the Branch (
git push origin feature/NewAwesomeGame). - Open a Pull Request.
Please make sure your game is self-contained in its own folder and built with browser-native technologies (HTML, CSS, JS).
--