{"id":28466493,"url":"https://github.com/baolhq/hellspawns","last_synced_at":"2026-04-28T01:31:21.523Z","repository":{"id":296794619,"uuid":"994275915","full_name":"baolhq/hellspawns","owner":"baolhq","description":"A top-down shooter inspired by Vampire Survivors that I'm doing to learn object pooling concept.","archived":false,"fork":false,"pushed_at":"2025-06-04T03:12:42.000Z","size":1992,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-26T18:44:18.355Z","etag":null,"topics":["gamedev","love2d","lua","topdownshooter"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/baolhq.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-06-01T15:46:36.000Z","updated_at":"2025-06-04T03:12:44.000Z","dependencies_parsed_at":"2025-06-02T12:59:27.660Z","dependency_job_id":"ab278dc3-4078-42b6-8a7b-a2e27548fa1a","html_url":"https://github.com/baolhq/hellspawns","commit_stats":null,"previous_names":["baolhq/hellspawns"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baolhq/hellspawns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baolhq%2Fhellspawns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baolhq%2Fhellspawns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baolhq%2Fhellspawns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baolhq%2Fhellspawns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baolhq","download_url":"https://codeload.github.com/baolhq/hellspawns/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baolhq%2Fhellspawns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["gamedev","love2d","lua","topdownshooter"],"created_at":"2025-06-07T07:00:37.989Z","updated_at":"2026-04-28T01:31:21.508Z","avatar_url":"https://github.com/baolhq.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HellSpawns\n\nA top-down shooter inspired by Vampire Surviors that I'm doing to learn object pooling concept.\n\n## Player Manual\n\n1. Move your character with `Arrow Keys` or `WASD`\n2. Shoot enemies with `Left Mouse Button`\n3. Go back or exit with \u003ccode\u003eEsc\u003c/code\u003e\n4. Pause and resume with \u003ccode\u003eSpace\u003c/code\u003e\n\n## Building\n\n### Dependencies\n\nBefore you begin, make sure you have the following installed:\n\n- Lua 5.1 or higher\n- Love2D\n- Python 3\n\nAfter you have Python installed on your system, add these following packages for building cross-platforms:\n\n```sh\npip3 install setuptools\npip3 install makelove\n```\n\nThen run this command to build\n\n```sh\nmakelove --config build_config.toml\n```\n\n### Installation\n\nClone the repository:\n\n```sh\ngit clone https://github.com/baolhq/hellspawns.git\ncd hellspawns \u0026\u0026 code .\n```\n\n## Executing\n\nTo build and run the project:\n\n- Press `Ctrl+Shift+B` to build using the provided `build_config.toml`, this will generate executables at `/bin` directory\n- Or skip to run the project simply with `F5`\n\n## Project Structure\n\n```sh\n/hellspawns\n├── main.lua                # Entry point\n├── conf.lua                # Startup configurations\n├── build_config.toml       # Setup for cross-platforms building\n├── /lib                    # Third-party libraries\n├── /src                    # Game source code\n│   ├── entities/           # Game entities\n│   ├── global/             # Global variables\n│   ├── managers/           # Manage screens, inputs, game states etc..\n│   ├── screens/            # Game screens\n│   └── util/               # Helper functions\n├── /res                    # Static resources\n│   ├── img/                # Sprites, textures etc..\n│   ├── audio/              # Sound effects\n│   └── font/               # Recommended fonts\n├── /.vscode                # VSCode launch, debug and build setup\n└── /bin                    # Build output\n```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md). Feel free to customize it whatever you want.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaolhq%2Fhellspawns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaolhq%2Fhellspawns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaolhq%2Fhellspawns/lists"}