Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
| <html> | |
| <head> | |
| <title>Pacman</title> | |
| <link rel="shortcut icon" type="image/png" href="img/favicon.ico"/> | |
| <script type="text/javascript" src="js/config.js"></script> | |
| <script type="text/javascript" src="js/refactored.js"></script> | |
| <link rel="stylesheet" type="text/css" href="css/styles.css"> | |
| </head> | |
| <body> | |
| <canvas id="canvas"></canvas> | |
| </body> | |
| </html> |