{"id":29788081,"url":"https://github.com/passeriform/nukeship","last_synced_at":"2025-07-27T20:12:03.626Z","repository":{"id":272679123,"uuid":"917406056","full_name":"Passeriform/NukeShip","owner":"Passeriform","description":"A battleship-inspired game made in go","archived":false,"fork":false,"pushed_at":"2025-07-20T00:08:26.000Z","size":6466,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T02:50:20.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Passeriform.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-01-15T23:18:44.000Z","updated_at":"2025-07-20T00:08:30.000Z","dependencies_parsed_at":"2025-01-16T00:55:31.991Z","dependency_job_id":"c45a0a42-3aa6-446d-92dd-fd2d11340397","html_url":"https://github.com/Passeriform/NukeShip","commit_stats":null,"previous_names":["passeriform/nukeship"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Passeriform/NukeShip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FNukeShip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FNukeShip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FNukeShip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FNukeShip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Passeriform","download_url":"https://codeload.github.com/Passeriform/NukeShip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FNukeShip/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267417664,"owners_count":24083839,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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":[],"created_at":"2025-07-27T20:11:48.786Z","updated_at":"2025-07-27T20:12:03.615Z","avatar_url":"https://github.com/Passeriform.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NukeShip\n\n![License](https://img.shields.io/github/license/Passeriform/NukeShip)\n![Issues](https://img.shields.io/github/issues/Passeriform/NukeShip)\n![Stars](https://img.shields.io/github/stars/Passeriform/NukeShip)\n![Forks](https://img.shields.io/github/forks/Passeriform/NukeShip)\n[![Deploy to Koyeb](https://www.koyeb.com/static/images/deploy/button.svg)](https://app.koyeb.com/deploy?name=nukeship\u0026repository=Passeriform%2FNukeShip\u0026branch=master\u0026instance_type=free)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./pkg/client/frontend/src/assets/radioactive.svg\" alt=\"Radioactive Icon\" width=\"150\"/\u003e\n\u003c/div\u003e\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\nNukeShip is a cyberpunk twist on the classic game of Battleship. Engage in a high-stakes battle to destroy your opponent's ships by strategically targeting their weak points.\n\n## How to Play\n\n1. Launch the game and connect with an opponent.\n2. Strategically target your opponent's ships and destroy them.\n3. First player to destroy the opponent's ships wins!\n\n## Features\n\n- **Cross-Platform Support:** Run the game seamlessly on multiple platforms.\n\n## Download Latest Release (1.0)\n\nTo download the latest pre-built binary, visit the [Releases](https://github.com/Passeriform/NukeShip/releases) page on GitHub and select the version compatible with your system.\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed on your system:\n\n- [Go](https://go.dev/doc/install)\n- [Node.js](https://nodejs.org/en/download)\n- [Protoc](https://grpc.io/docs/protoc-installation/)\n\n### Build Source\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/Passeriform/NukeShip.git\n    cd NukeShip\n    ```\n\n2. Install Wails:\n\n    ```bash\n    go install github.com/wailsapp/wails/v2/cmd/wails@latest\n    ```\n\n3. Generate Go code:\n\n    ```bash\n    go generate ./...\n    ```\n\n4. Build the project:\n\n    ```bash\n    wails build -clean\n    ```\n\n5. Run the game:\n\n    ```bash\n    ./pkg/client/build/bin/NukeShip\n    ```\n\n## VSCode Support\n\nThis project uses VSCode tooling. Supporting tasks, debugger configurations and editor settings are provided to ease the development:\n\n### Tasks\n\n- `Build App`\n- `Run App`\n- `Run Server`\n- `Build App [Local Server]`\n- `Run App [Local Server]`\n- `Run Server [Docker]`\n\n### Debugging Configurations\n\n- `Debug App`\n- `Debug Server`\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Submit a pull request with a clear description of your changes.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nFeel free to open issues or reach out if you encounter any problems or have suggestions for improvements.\n\nEnjoy the game and good luck, Admiral!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasseriform%2Fnukeship","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpasseriform%2Fnukeship","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasseriform%2Fnukeship/lists"}