Silly Bird is a simple web-based game developed to practice fundamental web development skills, including HTML, CSS, and JavaScript. The project serves as a hands-on exercise in creating interactive web applications.
- Interactive Gameplay: Control a bird character to navigate through obstacles.
- Dynamic Styling: Utilizes CSS for responsive and engaging visuals.
- JavaScript Logic: Implements game mechanics such as movement and collision detection.
index.html
: The main HTML file that structures the game's web page.style.css
: Contains the CSS rules for styling the game elements.app.js
: Implements the game's functionality and interactivity using JavaScript.
-
Clone the Repository:
git clone https://github.com/karolsykala/silly_bird.git cd silly_bird
-
Open the Game in a Browser: Open the
index.html
file in your preferred web browser to start playing.
- Start the Game: Load
index.html
in a web browser. - Play: Use the designated controls (e.g., spacebar or mouse clicks) to navigate the bird through obstacles.
- Objective: Achieve the highest score possible by avoiding collisions.