https://github.com/themaster1127/destroy-1-show-2
"Destroy 1 Show 2" is a simple yet addictive browser-based game created using a custom programming language called HTH (HeavenToHell). The game showcases the capabilities of HTH by transpiling its code into JavaScript and embedding it into an HTML file.
https://github.com/themaster1127/destroy-1-show-2
Last synced: 2 months ago
JSON representation
"Destroy 1 Show 2" is a simple yet addictive browser-based game created using a custom programming language called HTH (HeavenToHell). The game showcases the capabilities of HTH by transpiling its code into JavaScript and embedding it into an HTML file.
- Host: GitHub
- URL: https://github.com/themaster1127/destroy-1-show-2
- Owner: TheMaster1127
- License: mit
- Created: 2024-06-19T10:31:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T08:40:25.000Z (11 months ago)
- Last Synced: 2025-01-26T00:34:03.652Z (4 months ago)
- Language: HTML
- Homepage: https://themaster1127.github.io/Destroy-1-Show-2/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Destroy 1 Show 2
"Destroy 1 Show 2" is a simple yet addictive browser-based game created using a custom programming language called HTH (HeavenToHell). The game showcases the capabilities of HTH by transpiling its code into JavaScript and embedding it into an HTML file.
## Gameplay
The objective of the game is to click on the buttons that appear on the screen. Each time you click a button, it disappears, and two new buttons are randomly spawned in different positions. The game continues until the screen is filled with buttons, and there's only one available position left.
## Features
- Dynamic button generation based on screen size
- Random button positioning without overlapping
- Custom algorithm for generating unique random positions
- Win condition detection and message box display
- Times the user and shows the best time
- Responsive design for various screen sizes## Technologies Used
- HTH (HeavenToHell) programming language
- JavaScript (transpiled from HTH)## How to Play
1. Open the link [here](https://themaster1127.github.io/Destroy-1-Show-2/)
2. Click the initial "Click me" button to start the game.
3. Continue clicking on the buttons as they appear.
4. The game ends when the screen is filled with buttons, and there's only one available position left.
5. A message box will appear, indicating that you've won the game.## Development
This project was developed using the custom HTH programming language, which was designed to simplify web development and provide a user-friendly syntax for beginners. The HTH code is transpiled into JavaScript and embedded into an HTML file, allowing the game to run in any modern web browser.