├── README.md └── starter ├── dice-1.png ├── dice-2.png ├── dice-3.png ├── dice-4.png ├── dice-5.png ├── dice-6.png ├── index.html ├── pig-game-flowchart.png ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Tsegaye/pig-game/HEAD/README.md -------------------------------------------------------------------------------- /starter/dice-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Tsegaye/pig-game/HEAD/starter/dice-1.png -------------------------------------------------------------------------------- /starter/dice-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Tsegaye/pig-game/HEAD/starter/dice-2.png -------------------------------------------------------------------------------- /starter/dice-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Tsegaye/pig-game/HEAD/starter/dice-3.png -------------------------------------------------------------------------------- /starter/dice-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Tsegaye/pig-game/HEAD/starter/dice-4.png -------------------------------------------------------------------------------- /starter/dice-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Tsegaye/pig-game/HEAD/starter/dice-5.png -------------------------------------------------------------------------------- /starter/dice-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Tsegaye/pig-game/HEAD/starter/dice-6.png -------------------------------------------------------------------------------- /starter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Tsegaye/pig-game/HEAD/starter/index.html -------------------------------------------------------------------------------- /starter/pig-game-flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Tsegaye/pig-game/HEAD/starter/pig-game-flowchart.png -------------------------------------------------------------------------------- /starter/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Tsegaye/pig-game/HEAD/starter/script.js -------------------------------------------------------------------------------- /starter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andrew-Tsegaye/pig-game/HEAD/starter/style.css --------------------------------------------------------------------------------