{"id":27112424,"url":"https://github.com/kingflow-23/funny-games","last_synced_at":"2026-07-04T15:32:10.482Z","repository":{"id":272140184,"uuid":"913491330","full_name":"Kingflow-23/Funny-Games","owner":"Kingflow-23","description":"A repository containing some games made during my free time.","archived":false,"fork":false,"pushed_at":"2025-02-22T00:07:35.000Z","size":579,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T16:07:45.298Z","etag":null,"topics":["analytics","connect-four-game","data-analysis","game-development","hangman-game","mastermind","monty-hall-problem","pyqt5","python","snake-game","sudoku-game","tic-tac-toe"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/Kingflow-23.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":"2025-01-07T19:37:15.000Z","updated_at":"2025-03-09T11:11:52.000Z","dependencies_parsed_at":"2025-07-18T13:52:45.475Z","dependency_job_id":null,"html_url":"https://github.com/Kingflow-23/Funny-Games","commit_stats":null,"previous_names":["kingflow-23/funny-games"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kingflow-23/Funny-Games","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kingflow-23%2FFunny-Games","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kingflow-23%2FFunny-Games/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kingflow-23%2FFunny-Games/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kingflow-23%2FFunny-Games/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kingflow-23","download_url":"https://codeload.github.com/Kingflow-23/Funny-Games/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kingflow-23%2FFunny-Games/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35127443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["analytics","connect-four-game","data-analysis","game-development","hangman-game","mastermind","monty-hall-problem","pyqt5","python","snake-game","sudoku-game","tic-tac-toe"],"created_at":"2025-04-07T01:59:08.348Z","updated_at":"2026-07-04T15:32:10.456Z","avatar_url":"https://github.com/Kingflow-23.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎮 Funny Games  \n\nA collection of fun, interactive games I've created during my free time! Whether you're looking for quick challenges or classic gameplay, this repository has something for everyone.  \n\n## 🕹️ Games Included  \n\n### 1. **K-Man** \nA maze-based arcade game inspired by retro classics. Navigate through the maze, collect points, and avoid obstacles!  \n\n### 2. **Tic Tac Toe**  \nThe timeless strategy game. Play against a friend or an AI opponent and see who claims victory first.  \n\n### 3. **Connect Four**  \nDrop your pieces strategically to connect four in a row—horizontally, vertically, or diagonally. Challenge a friend for hours of fun!  \n\n### 4. **Hangman**  \nTest your vocabulary and guessing skills in this word game classic. Can you guess the word before the stick figure meets its fate?  \n\n### 5. **Mastermind**  \nA code-breaking puzzle game. Crack the hidden sequence using logic and deduction in as few attempts as possible.  \n\n### 6. **Snake**  \nRelive the nostalgia with this classic arcade game! Guide the snake, eat food, and grow longer without crashing into yourself.  \n\n### 7. **Monty Hall problem**  \nAn interactive version of the famous probability puzzle. Players choose one of three doors to find a prize. After an initial choice, one losing door is revealed, and players can choose to switch or stick with their original choice. Explore the math behind probability while having fun.\n\n### 8. **Sudoku**  \nA number-based logic puzzle played on a 9x9 grid, divided into nine 3x3 sub-grids. The objective is to fill the grid with numbers from 1 to 9, ensuring no row, column, or sub-grid has repeating numbers.\n\n## 🔧 How to Run  \n\n1. Clone this repository:  \n   ```bash  \n   git clone https://github.com/Kingflow-23/Funny-Games.git  \n\n2. Navigate to the game folder you're interested in:\n   ```bash  \n   cd Funny-Games/\u003cgame-name\u003e  \n\n3. Follow the specific instructions in the game folder's README (if applicable).\n\n## 💻 Requirements\nI used Python 3.10.11\n\nOther dependencies can be installed using:\n   ```bash  \n    pip install -r requirements.txt  \n   ```\n\n## 🚀 Features\n- Fun, engaging gameplay across multiple genres\n- Multiplayer options for some games\n- Beginner-friendly and easy to set up\n- Regular updates with new features and games\n\n## 📢 Contribute\nHave a game idea or want to improve an existing one? Contributions are always welcome! Feel free to fork the repository and open a pull request !!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingflow-23%2Ffunny-games","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingflow-23%2Ffunny-games","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingflow-23%2Ffunny-games/lists"}