Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 676 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 676 Bytes

Snake Game with webcam controls

TLDR: Use your webcam to control the snake in the game snake.

Demo

This is an implementation of the classic snake game, except with the controls of using whatever webcam image you wish.

This is part of me learning JS, React and Tensorflow JS, so the code isn't the best, it uses too much memory currently, and can be a bit inaccurate if the images are too similar.

snake_website_gif

TODO:

  • Finish this README
  • Reorder, potentially remove React reliance
  • Consume less memory