{"id":16446517,"url":"https://github.com/edoardottt/edovshitler","last_synced_at":"2025-03-23T08:32:18.278Z","repository":{"id":57425680,"uuid":"192054948","full_name":"edoardottt/edovshitler","owner":"edoardottt","description":"SAVE THE EARTH! 👾 🎮","archived":false,"fork":false,"pushed_at":"2024-11-10T09:29:22.000Z","size":41291,"stargazers_count":12,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T19:29:30.362Z","etag":null,"topics":["2d","2d-game","database","development","enemies","enjoyed-making","game","games","pydev","pygame","pygame-2d-engine","pygame-application","pygame-games","pyinstaller","python","python-library","python3","sqlite","sqlite3","sqlite3-database"],"latest_commit_sha":null,"homepage":"https://edoardottt.com/","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/edoardottt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2019-06-15T08:24:29.000Z","updated_at":"2024-11-10T09:29:26.000Z","dependencies_parsed_at":"2024-10-28T15:37:07.700Z","dependency_job_id":"3d603c9b-64db-4293-b8a5-b46eeb2bbb8b","html_url":"https://github.com/edoardottt/edovshitler","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fedovshitler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fedovshitler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fedovshitler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fedovshitler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edoardottt","download_url":"https://codeload.github.com/edoardottt/edovshitler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245078067,"owners_count":20557274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["2d","2d-game","database","development","enemies","enjoyed-making","game","games","pydev","pygame","pygame-2d-engine","pygame-application","pygame-games","pyinstaller","python","python-library","python3","sqlite","sqlite3","sqlite3-database"],"created_at":"2024-10-11T09:47:54.467Z","updated_at":"2025-03-23T08:32:18.270Z","avatar_url":"https://github.com/edoardottt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eedovshitler 👾 🎮\u003c/h1\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/edoardottt/edovshitler/blob/master/edo.png\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://img.shields.io/badge/python-3.6-blue.svg\"/\u003e\n  \u003ca href=\"https://www.codacy.com/manual/edoardottt/edovshitler?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=edoardottt/edovshitler\u0026amp;utm_campaign=Badge_Grade\"\u003e\u003cimg src=\"https://api.codacy.com/project/badge/Grade/c31d18b0dbfb42d992390aa0b987bd6b\"/\u003e\u003c/a\u003e\n  \u003cimg src=\"https://github.com/edoardottt/images/blob/main/scilla/win10.svg\"/\u003e\n\u003c/p\u003e\n\nIt works nicely on Windows, maybe Linux testing...  \nedovshitler is a simple game I enjoyed making it. It's made using Python with pygame library and SQLite3.\n\nGet Started 🎉\n---------\n\n **Build it with pyinstaller**\n\nTo create your own executable file with your changes:\n\n- Download pyinstaller: `pip install pyinstaller`\n\n- then execute(inside the edovshitler folder): `pyinstaller --onefile game.py`\n\n(The .exe is inside /dist folder)\n\nAll the files you see in dist folder except the executable file are mandatory (images and script used by .exe file)\n\nIt can run on Windows 10 | 8.1 | 8 | 7 | Vista\n\nDescription 💡\n---------\n\nIt's developed with pygame 1.9.5 library that helps game creating. It's a 2D game, based on Alien (a similar pc game). The game controls are:\n\n- Left arrow key = move to left\n\n- Right arrow key = move to right\n\n- Space key = shoot the enemies\n\n- P key = Pause and resume the game\n\nIt stores the record (maximum bombs avoided, maximum missiles shooted and maximum enemies killed) in the result.db database (SQLite3).\n\nDownload 📡\n----------\n\n- `git clone https://github.com/edoardottt/edovshitler.git`\n\nUsage 🛠\n---------\n\n1. Download the repository\n\n2. Execute the /dist/initdb.py file for initialize the database (or follow the step 4)\n\n3. How to play:\n\n      3a. run the edovshitler.bat file by clicking two times on it\n\n      OR\n\n      3b. with a command prompt in edovshitler folder type edovshitler and ENTER\n\n      OR\n\n      3c. double click on /dist/game.exe file\n\n4. If you want to reset the database:\n\n      4a. run the reset.bat file by clicking two times on it\n\n      OR\n\n      4b. with a command prompt in edovshitler folder type reset and ENTER\n\n      OR\n\n      4c. double click on /dist/initdb.py file\n\n5. Have fun playing it!\n:zap::zap::zap:\n\nVersioning 📚\n---------\n\n[v0.1.2](https://github.com/edoardottt/edovshitler/releases/tag/v0.1.2)\n\n- Add release on pip\n\n[v0.1.1](https://github.com/edoardottt/edovshitler/releases/tag/v0.1.1)\n\n- Add a Menu\n- Add a pause/resume game option\n\n[v0.1](https://github.com/edoardottt/edovshitler/releases/tag/v0.1)\n\n- First release\n\nLicense 📝\n-------\n\nThis repository is under [MIT License](https://github.com/edoardottt/edovshitler/blob/master/LICENSE).  \n[edoardottt.com](https://edoardottt.com/) to contact me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoardottt%2Fedovshitler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedoardottt%2Fedovshitler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoardottt%2Fedovshitler/lists"}