llallonen / sssnake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sssnake with React and TypeScript

Simple 2d snake game in which the player needs to control a snake and eat fruit.

Rules

  • Each fruit eaten increases the score and makes the snake longer.
  • If the snake touches itself, the game is lost.
  • Press keys w, a, s and d to move the snake.

Libraries

  • UI Library: React
  • Component Library: Chakra-UI
  • State Management: Redux
  • State Management Middlewares: Redux-saga

About


Languages

Language:TypeScript 93.0%Language:HTML 7.0%