{"id":20303936,"url":"https://github.com/billstclair/jsmaze","last_synced_at":"2025-04-11T14:05:18.700Z","repository":{"id":2906143,"uuid":"3914719","full_name":"billstclair/jsmaze","owner":"billstclair","description":"A simple maze game written in JavaScript","archived":false,"fork":false,"pushed_at":"2013-11-07T20:17:17.000Z","size":9168,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T23:48:28.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/billstclair.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-03T04:40:00.000Z","updated_at":"2014-01-17T13:07:05.000Z","dependencies_parsed_at":"2022-09-17T20:50:20.901Z","dependency_job_id":null,"html_url":"https://github.com/billstclair/jsmaze","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Fjsmaze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Fjsmaze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Fjsmaze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Fjsmaze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billstclair","download_url":"https://codeload.github.com/billstclair/jsmaze/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248412942,"owners_count":21099223,"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":[],"created_at":"2024-11-14T16:41:47.843Z","updated_at":"2025-04-11T14:05:18.666Z","avatar_url":"https://github.com/billstclair.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple maze game written in JavaScript.\nUses node.js, socket.io, express, and mongoose/MongoDB for the server side.\n\nThere's a live server under active development (hence likely to be\nflaky) at:\n\n  http://jsmaze.com/\n\nThe Git archive does NOT include required modules. To get them:\n\n  cd /path/to/jsmaze   # or a parent directory. I use $HOME\n  npm install socket.io express mongoose optimist\n\nTo run the server:\n\n  cd /path/to/jsmaze/server\n  node index.js --port=\u003cport\u003e --uid=\u003cuid\u003e --gid=\u003cgid\u003e\n\nAll parameters are optional:\n\n  \u003cport\u003e is the port to listen on for browser and server requests.\n         default: 6239 (MAZE)\n         Alternative spelling: \"-p \u003cport\u003e\"\n  \u003cuid\u003e  A user ID to switch to after doing the listen.\n         Alternative spelling: \"-u \u003cuid\u003e\"\n  \u003cgid\u003e  A group ID to switch to after doing the listen.\n         Alternative spelling: \"-g \u003cgid\u003e\"\n\nFor example:\n\n  cd ~/jsmaze/server\n  sudo node index.js -p 80 -u ubuntu -g ubuntu\n\njsMaze serves its own client pages, but you could use another web\nserver on port 80, and connect to the jsMaze server on another port.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillstclair%2Fjsmaze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillstclair%2Fjsmaze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillstclair%2Fjsmaze/lists"}