Skip to content

Instantly share code, notes, and snippets.

View marcelap99's full-sized avatar

Marcela Pino marcelap99

  • New York City
View GitHub Profile
@marcelap99
marcelap99 / .gitignore
Created April 7, 2021 19:58 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@marcelap99
marcelap99 / index.html
Created September 11, 2019 21:55
JS Bin snake that follows mouse animation // source https://jsbin.com/hujinut
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="snake that follows mouse animation">
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
canvas {
outline:1px solid;
}