Skip to content

An implementation of Snake in both React/Redux and vanilla JavaScript.

Notifications You must be signed in to change notification settings

markmarcelo/snake-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Redux

An implentation of the class Snake game in both React/Redux and vanilla JavaScript.

demo

Redux Implementation

  • Extremely decoupled design, all pure functions and immutable data
  • No images – uses CSS transforms and psuedo elements to mock three-dimensional geometry

Vanilla JS Implementation

  • Object-oriented prototypal inheritance and functional programing composition
  • No images – uses CSS transforms and psuedo elements to mock three-dimensional geometry

About

An implementation of Snake in both React/Redux and vanilla JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published