Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 403 Bytes

File metadata and controls

8 lines (6 loc) · 403 Bytes

JavaScript In-Browser Snake

jQuery/JS Implementation of the classic Snake game for The Odin Project

This project demonstrates the following JavaScript-related proffiencies:

  • Basic DOM manipulation with jQuery
  • Basic JavaScript Object-Oriented Programming
  • Event management with jQuery and plain JavaScript