LetterLogic — Browser Version 🎮
A simple, clean, browser-playable version of a letter guessing game built in HTML, CSS, and JavaScript. Based on my original Python console version.
GitHub Pages link: https://robinkgray.github.io/letterlogic 📝 Features
10 telecom/tech-themed words
Clean interface
Clickable letter buttons
Keyboard support
Tracks strikes, wrong guesses, and progress
Optional “Reveal a Letter” hint
Fully contained in one HTML file
No Python installation required
📂 Files Included
index.html — The full LetterLogic game (UI + logic)
💡 About This Project
Created as a portfolio example to show:
basic game logic
UI design
client-side JavaScript
adapting Python logic to the browser
Made by Robin K Gray