{"id":32382254,"url":"https://github.com/jsolly/georoids","last_synced_at":"2025-10-25T01:42:36.959Z","repository":{"id":41433442,"uuid":"509139362","full_name":"jsolly/GeoRoids","owner":"jsolly","description":"A multiplayer Asteroids game","archived":false,"fork":false,"pushed_at":"2025-10-09T17:05:19.000Z","size":10366,"stargazers_count":5,"open_issues_count":22,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T18:46:56.099Z","etag":null,"topics":["asteroids","game","typescript"],"latest_commit_sha":null,"homepage":"https://www.geoasteroids.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsolly.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":"2022-06-30T15:42:34.000Z","updated_at":"2025-08-24T11:52:09.000Z","dependencies_parsed_at":"2025-04-11T17:38:23.469Z","dependency_job_id":"bf8e3bb5-66d3-4bd5-8429-c597bfbcd413","html_url":"https://github.com/jsolly/GeoRoids","commit_stats":null,"previous_names":["jsolly/georoids"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsolly/GeoRoids","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsolly%2FGeoRoids","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsolly%2FGeoRoids/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsolly%2FGeoRoids/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsolly%2FGeoRoids/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsolly","download_url":"https://codeload.github.com/jsolly/GeoRoids/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsolly%2FGeoRoids/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280893650,"owners_count":26409279,"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-10-24T02:00:06.418Z","response_time":73,"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":["asteroids","game","typescript"],"created_at":"2025-10-25T01:42:34.833Z","updated_at":"2025-10-25T01:42:36.950Z","avatar_url":"https://github.com/jsolly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GeoAsteroids\n\n[![GeoAsteroids](https://github.com/jsolly/GeoAsteroids/actions/workflows/onMain.yml/badge.svg)](https://github.com/jsolly/GeoAsteroids/actions/workflows/onMain.yml)\n[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)\n\nA 2D spaceship game, \u003ca href=\"https://geoasteroids.com\" target=\"_blank\" \u003eGeoasteroids.com\u003c/a\u003e\n\n---\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Features](#features)\n- [Contributing](#contributing)\n- [Support](#support)\n- [License](#license)\n\n## Installation\n\n1. (Install \u003ca href=\"https://nodejs.org/en/\" rel=\"noopener noreferrer\"\u003eNode.js\u003c/a\u003e)\n2. (Install \u003ca href=\"https://www.mongodb.com/try/download/community\" rel=\"noopener noreferrer\"\u003eMongoDB\u003c/a\u003e) (Or use a cloud service like \u003ca href=\"https://www.mongodb.com/cloud/atlas\" rel=\"noopener noreferrer\"\u003eMongoDB Atlas\u003c/a\u003e)\n\n```shell\n    $ git clone git@github.com:jsolly/GeoAsteroids.git\n    $ cd GeoAsteroids\n    $ npm install\n```\n\n## Setup\n\n```shell\n  $ cd \u003cmongoDB_install_dir\u003e/bin\n  # Start MongoDB Server Locally (Or use a cloud service like MongoDB Atlas)\n  $ ./mongod --dbpath \u003cpath to data directory\u003e\n  $ mongo # Or use a GUI like MongoDB Compass\n  $ use geoasteroids\n  $ db.createCollection(\"highscores\")\n  # Check src/database.ts for connection string\n  $ vercel dev # Allows us to mock serverless functions locally\n```\n\n## Development\n\n### Multiplayer Development Setup\n\nFor local multiplayer development, use the following commands:\n\n```shell\n# Run all development servers (Vite + WebSocket)\nnpm run dev:full\n\n# Run individual servers\nnpm run dev              # Vite dev server (port 5173)\nnpm run dev:multiplayer  # WebSocket server (port 3001)\n```\n\n\n## Tests, Linting\n\n### Test\n\n```shell\nnpm run test\n```\n\n### Linting (with Biome)\n\n```shell\nnpm run lint\n```\n\n- Biome is now configured using `biome.jsonc` for fast, reliable linting and formatting.\n- The old ESLint configuration has been removed in favor of Biome's unified approach.\n- To update rules or configuration, edit `biome.jsonc`.\n\n---\n\n## Contributing\n\nWant to work on this with me? DM me on X \u003ca href=\"https://x.com/_jsolly\" target=\"_blank\"\u003e`@_jsolly`\u003c/a\u003e\n\n### Step 1\n\n- **Option 1**\n  - 🍴 Fork this repo!\n\n- **Option 2**\n  - 👯 Clone to your local machine using `git@github.com:jsolly/GeoAsteroids.git`\n\n### Step 2\n\n- **HACK AWAY!** 🔨🔨🔨\n\n### Step 3\n\n- 🔃 Create a new pull request using \u003ca href=\"https://github.com/jsolly/GeoAsteroids/compare\" target=\"_blank\"\u003e`https://github.com/jsolly/GeoAsteroids/compare`\u003c/a\u003e.\n\n---\n\n## UML Diagram\n\n\u003cimg src=\"config/geoAsteroidsUML.png\" alt=\"GeoAsteroids UML diagram\"\u003e\u003c/img\u003e\n\n---\n\n## License\n\n[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)\n\n- **[MIT license](http://opensource.org/licenses/mit-license.php)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsolly%2Fgeoroids","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsolly%2Fgeoroids","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsolly%2Fgeoroids/lists"}