Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 3.66 KB

File metadata and controls

74 lines (55 loc) · 3.66 KB
layout default
title 🕊️ SQL-FlappyBird - Play Flappy Bird with SQL Server Fun!
description 🎮 Build and play a Flappy Bird game entirely in SQL Server, utilizing efficient game loops without external engines. Perfect for SQL enthusiasts.

🕊️ SQL-FlappyBird - Play Flappy Bird with SQL Server Fun!

📦 Download and Install

Download SQL-FlappyBird

Welcome to SQL-FlappyBird! This application allows you to enjoy the classic Flappy Bird game, all implemented using SQL Server. To get started, follow these simple steps to download and run the game.

🚀 Getting Started

System Requirements

Before you start, make sure your system meets the following requirements:

  • Operating System: Windows 10 or later
  • SQL Server Version: SQL Server 2017 or later
  • Memory: At least 4 GB of RAM
  • Disk Space: At least 200 MB of free space

Step 1: Visit the Release Page

Go to our Releases page to download the latest version of SQL-FlappyBird. Click the link below:

Download SQL-FlappyBird

Step 2: Download the Software

On the Releases page, you’ll see the latest version available. Look for the file named SQL-FlappyBird.zip. Click the file name to start your download.

Step 3: Extract the Files

Once the download is complete, locate the SQL-FlappyBird.zip file in your Downloads folder. Right-click on the file and select “Extract All…” to unpack the contents. Follow the prompts to choose a destination for the extracted files.

Step 4: Open SQL Server

Make sure SQL Server is installed and running on your computer. If it’s not installed, you can download it from the official Microsoft website.

Step 5: Load the Game

  1. Open SQL Server Management Studio (SSMS).
  2. Connect to your SQL Server instance.
  3. Open the extracted folder and find the file named SQL-FlappyBird.sql.
  4. Drag and drop the SQL-FlappyBird.sql file into the SSMS query editor.
  5. Click on the “Execute” button to run the script.

Step 6: Play the Game

After executing the SQL script, the game is now loaded into your SQL Server. To play:

  1. Run the following query in SSMS:

    EXEC PlayFlappyBird;
  2. The game will start. Follow the on-screen instructions to control your bird and navigate through the obstacles.

🎮 Game Features

  • Classic Gameplay: Enjoy the same challenge and excitement of Flappy Bird, now powered by SQL.
  • Custom Levels: Create and modify levels through SQL queries for endless fun.
  • Improves SQL Skills: Learn SQL commands and database management while having fun.

❓ Troubleshooting

If you encounter any issues:

  • Connection Errors: Ensure SQL Server is running and you've connected correctly.
  • Performance Issues: Check your system's memory and CPU usage during gameplay.
  • Game Not Starting: Double-check that you executed the SQL script correctly.

📝 Community Support

Join our community for tips, tricks, and support. Feel free to ask questions or share your experience:

  • GitHub Discussions: Share insights and feedback with other players.
  • Issue Tracker: Report bugs or request features.

📢 Feedback

We appreciate your feedback. Help us improve SQL-FlappyBird by sharing your thoughts and experiences. You can leave an issue on the GitHub repository or contact us directly through the community section.

For any further information and updates, visit our Releases page again.

Download SQL-FlappyBird to experience the fun!