8000 GitHub - markmarcelo/snake-redux: An implementation of Snake in both React/Redux and vanilla JavaScript.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

markmarcelo/snake-redux

8000 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
0