Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 452 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 452 Bytes

Simpson's Quote Game

This is a simple 'Who Said It' style game featuring the cast of The Simpsons. Data is provided by the Simpson's Quote API.

Technical Details

Game is a simple HTML/CSS/JS application. CSS animations/transitions are utilized for all animated portions of the UI. JavaScript is utilized to mutate game state, handle DOM manipulation, and communicate with the external API.