https://github.com/themaster1127/roomfinity
Roomfinity is a simple platformer game built with the HTH (HeavenToHell) programming language. The player controls a character and must navigate through an infinite series of rooms filled with platforms, avoiding falling off the screen. The game dynamically adjusts the platform positions for each new room.
https://github.com/themaster1127/roomfinity
Last synced: 2 months ago
JSON representation
Roomfinity is a simple platformer game built with the HTH (HeavenToHell) programming language. The player controls a character and must navigate through an infinite series of rooms filled with platforms, avoiding falling off the screen. The game dynamically adjusts the platform positions for each new room.
- Host: GitHub
- URL: https://github.com/themaster1127/roomfinity
- Owner: TheMaster1127
- License: mit
- Created: 2024-03-13T16:06:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-21T20:30:35.000Z (about 1 year ago)
- Last Synced: 2025-01-26T00:34:06.294Z (4 months ago)
- Language: HTML
- Homepage: https://themaster1127.github.io/Roomfinity/
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roomfinity
Roomfinity is a simple platformer game built with the HTH (HeavenToHell) programming language. The player controls a character and must navigate through an infinite series of rooms filled with platforms, avoiding falling off the screen. The game dynamically adjusts the platform positions for each new room.
## How to Play
- Use the arrow keys (Up, Down, Left, Right) to control the player's movement.
- Press the Up arrow key to jump.
- Navigate through the platforms to reach the end of each room and progress to the next.
- If the player falls off the screen, the game ends.## Requirements
- A modern web browser (e.g., Chrome, Firefox, Brave) to run the game.
## How to Run
1. Open the `index.html` file in your web browser.
2. The game will automatically load and start.## Game Features
- Adjustable screen size to fit different browser windows.
- Dynamic platform positioning for an infinite number of rooms.
- Player movement with acceleration and gravity mechanics.
- Game over screen for falling off the screen.