An open API service indexing awesome lists of open source software.

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.

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.