Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qharny/scroll-game-dark-run
https://github.com/qharny/scroll-game-dark-run
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qharny/scroll-game-dark-run
- Owner: Qharny
- Created: 2024-06-29T15:19:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T15:54:22.000Z (5 months ago)
- Last Synced: 2024-06-29T16:56:08.620Z (5 months ago)
- Language: CSS
- Size: 830 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Scroll Game: Dark Run
A horizontal scrolling game where you journey through the darkness to find your way home.
## Description
"Scroll Game: Dark Run" is a web-based game where players navigate through a dark, obstacle-filled environment. The goal is to reach home safely while avoiding various hazards along the way.
## Features
- Horizontal scrolling gameplay
- Obstacle avoidance (hammers, saws, birds)
- Time-based scoring system
- Best time tracking
- Responsive design## Technologies Used
- HTML5
- CSS3
- JavaScript
- jQuery
- Bootstrap 5## How to Play
1. Open the game in a web browser
2. Scroll to start the game
3. Use the scroll wheel or touchpad to move the character up and down
4. Avoid obstacles and reach the house at the end
5. Try to achieve the best time possible## File Structure
- index.html: Main game HTML file
- style.css: Custom styles for the game
- main.js: Game logic and interactivity## External Dependencies
- Bootstrap 5.3.3
- jQuery 3.6.0## Images
The game uses several images to create its atmosphere and obstacles:
- Hero character
- Trees (silhouettes)
- Sign
- House with chimney
- Hammers
- Saws
- Bushes
- BirdsThese images are loaded from Google Drive using thumbnail URLs. For example:
## Game start
![Game start](https://github.com/Qharny/Scroll-Game-Dark-Run/blob/main/start.png?raw=true)## Game Play
![Game play](https://github.com/Qharny/Scroll-Game-Dark-Run/blob/main/play.png?raw=true)
## Game over
![Game over](https://github.com/Qharny/Scroll-Game-Dark-Run/blob/main/over.png?raw=true)