{"id":21474769,"url":"https://github.com/okayama-daiki/snake-game","last_synced_at":"2025-03-17T07:45:08.420Z","repository":{"id":212825533,"uuid":"726753938","full_name":"okayama-daiki/snake-game","owner":"okayama-daiki","description":"Online PvP snake game","archived":false,"fork":false,"pushed_at":"2024-04-03T19:05:22.000Z","size":1106,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-04-03T20:25:04.128Z","etag":null,"topics":["rust","snake-game","webassembly","websocket"],"latest_commit_sha":null,"homepage":"https://snake-game.daiki.dev/","language":"Rust","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/okayama-daiki.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-12-03T09:51:14.000Z","updated_at":"2024-04-03T20:25:05.197Z","dependencies_parsed_at":"2024-01-14T16:05:38.532Z","dependency_job_id":"b5abe9b8-b258-4230-aa11-225455c46090","html_url":"https://github.com/okayama-daiki/snake-game","commit_stats":null,"previous_names":["okayama-daiki/snake-game"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okayama-daiki%2Fsnake-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okayama-daiki%2Fsnake-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okayama-daiki%2Fsnake-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okayama-daiki%2Fsnake-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okayama-daiki","download_url":"https://codeload.github.com/okayama-daiki/snake-game/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997036,"owners_count":20380980,"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":["rust","snake-game","webassembly","websocket"],"created_at":"2024-11-23T10:32:16.039Z","updated_at":"2025-03-17T07:45:08.388Z","avatar_url":"https://github.com/okayama-daiki.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://okayama-daiki.github.io/snake-game/\" target=\"_blank\"\u003e\n    \u003cimg src=\"./public/favicon.ico\" height=\"250\" width=\"250\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eOnline \u003cb\u003ePvP\u003c/b\u003e Snake Game :snake:\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://open.vscode.dev/okayama-daiki/snake-game\"\u003e\n    \u003cimg\n      src=\"https://img.shields.io/static/v1?logo=visualstudiocode\u0026label=\u0026message=Open%20in%20Visual%20Studio%20Code\u0026labelColor=2c2c32\u0026color=007acc\u0026logoColor=007acc\"\n      alt=\"Open in Visual Studio Code\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/okayama-daiki/snake-game/actions\"\u003e\n    \u003cimg\n      src=\"https://github.com/okayama-daiki/snake-game/actions/workflows/static.yml/badge.svg\"\n      alt=\"CI/CD\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg\n    src=\"https://img.shields.io/badge/Rust-black?logo=rust\u0026logoColor=#E57324\"\n  /\u003e\n  \u003cimg\n    src=\"https://img.shields.io/badge/WebAssembly-654FF0?logo=WebAssembly\u0026logoColor=white\"\n  /\u003e\n  \u003cimg\n    src=\"https://img.shields.io/badge/TypeScript-007ACC?logo=typescript\u0026logoColor=white\"\n  /\u003e\n  \u003cimg\n    src=\"https://img.shields.io/badge/React-20232A?logo=react\u0026logoColor=61DAFB\"\n  /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003c!-- TODO: Add description --\u003e\n\u003c/p\u003e\n\n## Demo\n\nYou can have fun from [this link](https://okayama-daiki.github.io/snake-game/).\n\n## Screenshots\n\n![Title](/screenshots/title.webp)\n![Playing](/screenshots/playing.webp)\n\n## Prerequisite\n\nInstall wasm-pack for Rust builds to webassebmly.\n\n```bash\ncargo install wasm-pack\n```\n\n## Installation\n\n```bash\ngit clone https://github.com/okayama-daiki/snake-game\n```\n\n## Setup\n\n```bash\ncd snake-game\nnpm install \u0026\u0026 npm run build\n```\n\n## Run\n\n```bash\nnpm run start\n```\n\n## Tech Stack\n\n### Frontend\n\n- [Vite](https://vitejs.dev) - Build tool that aims to provide a faster and leaner development experience for modern web projects\n- [React](https://react.dev) - The library for web and native user interfaces\n- [wasm-pack](https://github.com/rustwasm/wasm-pack) - A one-stop shop for building and working with rust- generated WebAssembly\n- [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) - Facilitating high-level interactions between Wasm modules and JavaScript\n\n### Backend\n\n- [Actix Web](https://actix.rs) - A powerful, pragmatic, and extremely fast web framework for Rust\n\n## Credit and references\n\n- [slither.io](https://slither.io/) - A smash hit multiplayer online video game\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokayama-daiki%2Fsnake-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokayama-daiki%2Fsnake-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokayama-daiki%2Fsnake-game/lists"}