Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 336 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 336 Bytes

vanilla-minesweeper

Minesweeper built using vanilla Javascript, HTML, and CSS. I built this for funsies to get a better handle on syncing the DOM with state via a custom rendering manager. Also wanted to practice using classes since I mostly write functional Javascript.