├── LICENSE ├── README.markdown ├── faces ├── addy.jpeg ├── passy.jpeg └── stephen.jpeg ├── game.js ├── index.html └── sindre.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passy/sindrebday/HEAD/LICENSE -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passy/sindrebday/HEAD/README.markdown -------------------------------------------------------------------------------- /faces/addy.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passy/sindrebday/HEAD/faces/addy.jpeg -------------------------------------------------------------------------------- /faces/passy.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passy/sindrebday/HEAD/faces/passy.jpeg -------------------------------------------------------------------------------- /faces/stephen.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passy/sindrebday/HEAD/faces/stephen.jpeg -------------------------------------------------------------------------------- /game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passy/sindrebday/HEAD/game.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passy/sindrebday/HEAD/index.html -------------------------------------------------------------------------------- /sindre.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/passy/sindrebday/HEAD/sindre.jpg --------------------------------------------------------------------------------