{"id":28960207,"url":"https://github.com/adil-bikiev/minecraft-demo","last_synced_at":"2026-03-01T16:04:17.231Z","repository":{"id":294012758,"uuid":"985743106","full_name":"Adil-Bikiev/Minecraft-Demo","owner":"Adil-Bikiev","description":"A simple Minecraft-style 🧱 block builder made with Ursina 🎮 and Panda3D 🐼.   Move around, place cubes with 🌿 grass texture, and destroy them with a click!   Perfect for learning 3D interaction and game mechanics in Python 🐍.","archived":false,"fork":false,"pushed_at":"2025-05-18T13:21:10.000Z","size":5297,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T04:29:20.685Z","etag":null,"topics":["game-engine","gamedev","minecraft","minecraft-clone","panda3d","panda3d-game-engine","python3","ursina-engine"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Adil-Bikiev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-18T12:41:50.000Z","updated_at":"2025-05-18T13:23:32.000Z","dependencies_parsed_at":"2025-05-18T17:30:20.252Z","dependency_job_id":null,"html_url":"https://github.com/Adil-Bikiev/Minecraft-Demo","commit_stats":null,"previous_names":["adil-bikiev/minecraft-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Adil-Bikiev/Minecraft-Demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adil-Bikiev%2FMinecraft-Demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adil-Bikiev%2FMinecraft-Demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adil-Bikiev%2FMinecraft-Demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adil-Bikiev%2FMinecraft-Demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adil-Bikiev","download_url":"https://codeload.github.com/Adil-Bikiev/Minecraft-Demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adil-Bikiev%2FMinecraft-Demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T15:41:30.362Z","status":"ssl_error","status_checked_at":"2026-03-01T15:37:07.343Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["game-engine","gamedev","minecraft","minecraft-clone","panda3d","panda3d-game-engine","python3","ursina-engine"],"created_at":"2025-06-24T01:10:32.328Z","updated_at":"2026-03-01T16:04:17.214Z","avatar_url":"https://github.com/Adil-Bikiev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🟩 Minecraft-Demo\n\nA lightweight Minecraft-style block-building demo built with the [Ursina Engine](https://www.ursinaengine.org/).  \nThis project features interactive block placement and removal in a first-person 3D world rendered using Panda3D.\n\n## ✨ Features\n\n- 🌱 **Procedural Ground Generation**: A 20x20 grid of grass-textured cubes creates the initial terrain.\n- 🧱 **Block Placement**: Left-click on a cube to place another one in the direction you're pointing.\n- ❌ **Block Destruction**: Right-click on a cube to remove it.\n- 🎮 **First-Person Controller**: Move with WASD, look around with the mouse.\n- 💡 **Visual Feedback**: Cubes darken slightly on hover and press for interaction clarity.\n- 🖼️ **Texturing**: Cubes use a `grass.png` texture applied dynamically to all blocks.\n\n## Requirements\n\n- Python 3.7 or higher\n- [Ursina](https://pypi.org/project/ursina/)\n- [Panda3D](https://www.panda3d.org/)\n\n\n## Installation\n\n1. Clone or download the repository.\n```bash\ngit clone https://github.com/Adil-Bikiev/Minecraft-Demo.git\n``` \n\n2. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n3. Run the app:\n```bash\npython main.py\n```\n\n## Screenshots\n![assets1](./assets/assets1.png)\n![assets1](./assets/assets2.png)\n![assets1](./assets/assets3.png)\n\n## 🎮 Controls\n\n| Key / Mouse        | Action              |\n| ------------------ | ------------------- |\n| `W`, `A`, `S`, `D` | Move the player     |\n| Mouse Move         | Look around         |\n| Left Mouse Click   | Place a new cube    |\n| Right Mouse Click  | Remove hovered cube |\n\n## Notes\n\n* Make sure `grass.png` is in the same directory as your script.\n* The project uses OpenGL 2.1 via Panda3D for compatibility.\n\n## 🧾 License\n\nThis project is licensed under the [MIT License](LICENSE).\nYou are free to use, modify, and distribute this software as you like.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadil-bikiev%2Fminecraft-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadil-bikiev%2Fminecraft-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadil-bikiev%2Fminecraft-demo/lists"}