{"id":26075808,"url":"https://github.com/indivar0508/flappybirdai","last_synced_at":"2026-04-29T09:07:02.512Z","repository":{"id":133018037,"uuid":"197047244","full_name":"indiVar0508/FlappyBirdAI","owner":"indiVar0508","description":"Implemented FlappyBird in Python, and developed NeuralNetwork from scratch and built a bot using NEAT to let Bot evolve to play the game. Turtrial Referenced from in p5.js TheCodingTrain and Code-Bullet, tutorial for pygame Referenced from sentdex","archived":false,"fork":false,"pushed_at":"2022-10-30T16:36:18.000Z","size":12734,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T00:07:27.073Z","etag":null,"topics":["ai","evolutionary-algorithms","flappy-bird","ml","neat-python","pygame","python3","reinforcement-learning"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/indiVar0508.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-07-15T17:56:59.000Z","updated_at":"2022-10-30T16:41:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e692653-b987-4ea6-b772-e581b3c446a8","html_url":"https://github.com/indiVar0508/FlappyBirdAI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/indiVar0508/FlappyBirdAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiVar0508%2FFlappyBirdAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiVar0508%2FFlappyBirdAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiVar0508%2FFlappyBirdAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiVar0508%2FFlappyBirdAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indiVar0508","download_url":"https://codeload.github.com/indiVar0508/FlappyBirdAI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indiVar0508%2FFlappyBirdAI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","evolutionary-algorithms","flappy-bird","ml","neat-python","pygame","python3","reinforcement-learning"],"created_at":"2025-03-09T01:06:27.928Z","updated_at":"2026-04-29T09:07:02.504Z","avatar_url":"https://github.com/indiVar0508.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlappyBirdAI\n\nFlappyBirdAI is a python implementation using pygame from tutorials of [The Coding Train](https://www.youtube.com/c/TheCodingTrain) implementing [NEAT algorithm using p5.js](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Yd3975YwxrR0x40XGJ_KGO) \n\n\u003cp align='center'\u003e\n    \u003cimg src=\"./Resources/flappy_bird_ai.gif\"\u003e\n\u003c/p\u003e\n\n# Setup\n\nIf you want to give it a try you can clone the project \n\n```\n      git clone git@github.com:indiVar0508/FappyBirdAI.git\n```\n\nInstall the requirements into your Python virtual environment, make sure you are in `FlappyBirdAI` directory\n\n```\n    python3 -m venv venv # create virtual environment\n    source venv/bin/activate # activate virtual environment in terminal\n    pip install -r requirements.txt\n```\n\n# How to Play\n\nIf you want to run the game once your virtual environment is setup, you can simply run main.py file to intialize the prompt to start the game.\n\n```\n            python main.py\n```\n\nThe prompt will give options to either play yourself where you can press `S` to play yourself, use `Space bar` as a signal to let bird jump in screen. if you want to see how ai Evolves using NeuroEvolution algorithm press `A` to let AI play the game and you can watch AI play the game.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findivar0508%2Fflappybirdai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findivar0508%2Fflappybirdai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findivar0508%2Fflappybirdai/lists"}