Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 447 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 447 Bytes

A snake game in RegEx (Yep, regular expressions)

Just a fun challenge

Youtube Video

Play it right now

Source code

The source code is in the docs directory (I did this, so GitHub Pages can work). To run this locally, clone the repo, cd into docs and run a server (for example, python -m http.server 8000, this is required because of CORS policy)