This is my final JavaScript project for the EECS 368 (Programming Language Paradigms) class at KU.
Features:
- Play against another person or an AI
- Detects wins, full columns, and full boards
- Selectable themes complete with win animations
- Hotkeys (1-7) for quickly placing pieces
- Goal to uses as few characters of HTML and JS as possible (CSS does not count)
- Required functionality of detecting wins and full boards
- Total size of HTML and JS: 623 bytes (540 JS + 83 HTML)
- For comparison, full size version is 8.48 KB