Skip to content

okayama-daiki/snake-game

Repository files navigation


Online PvP Snake Game 🐍

Open in Visual Studio Code CI/CD

Demo

You can have fun from this link.

Screenshots

Title Playing

Prerequisite

Install wasm-pack for Rust builds to webassebmly.

cargo install wasm-pack

Installation

git clone https://github.com/okayama-daiki/snake-game

Setup

cd snake-game
npm install && npm run build

Run

npm run start

Tech Stack

Frontend

  • Vite - Build tool that aims to provide a faster and leaner development experience for modern web projects
  • React - The library for web and native user interfaces
  • wasm-pack - A one-stop shop for building and working with rust- generated WebAssembly
  • wasm-bindgen - Facilitating high-level interactions between Wasm modules and JavaScript

Backend

  • Actix Web - A powerful, pragmatic, and extremely fast web framework for Rust

Credit and references

  • slither.io - A smash hit multiplayer online video game