Skip to content

๐Ÿ Snake Game built using React TypeScript, Redux, and Redux Saga.

Notifications You must be signed in to change notification settings

vladik-Didyk/-Snake.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Snake Game

A simple 2d snake game built using redux and typescript

Motivation

This simple game features a snake navigating within a confined space. As the snake consumes fruit within the space, it grows in length and the player's score increases. However, if the snake collides with itself or the boundaries of the space, the game ends.

In this game

The players control the snake's movement using the 'w', 'a', 's', and 'd' keys. The snake's length and the player's score dynamically increase upon consumption of fruit. The game is built using the 'canvas' HTML element.

Libraries

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

To start

react-scripts start

About

๐Ÿ Snake Game built using React TypeScript, Redux, and Redux Saga.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published