Dexterdle is constantly being updated
Dexterdle is a Dexter-themed character guessing game inspired by Wordle-style deduction games. The player guesses a hidden character and receives color-coded feedback based on shared attributes such as gender, role, affiliation, first season, status, and relation to Dexter
Play Dexterdle here: https://vasiaxe.github.io/Dexterdle/
- Character guessing game built with HTML, CSS, and JavaScript
- Custom searchable dropdown with keyboard navigation
- Image-backed character data
- Color-coded clue feedback
- Difficulty modes with dynamic attempt limits
- Spoiler-safe mode that hides status and relation-to-Dexter clues
- Persistent game statistics using localStorage
- Light/dark mode toggle with CSS variables
- jQuery-powered UI animations and collapsible sections
- Responsive layout
- Type a character name into the search bar
- Select a character from the dropdown
- Submit your guess
- Use the color feedback to narrow down the hidden character
- Guess correctly before you run out of attempts
- Green: exact match
- Yellow: close clue for first season
- ↑ means the hidden character appears in a later season
- ↓ means the hidden character appears in an earlier season
- Red: no match
- HTML
- CSS
- JavaScript
- jQuery
- localStorage
The project is split by function:
css/theme.csshandles color variables and light/dark modecss/title-knife.csshandles the animated knife theme togglecss/game.csshandles the clue table and answer reveal cardcss/sections.csshandles dropdowns, character lists, and help sectionsjs/game.jshandles the core guessing logicjs/search.jshandles the custom search dropdownjs/render.jshandles DOM renderingjs/storage.jshandles localStorage stats and settingsjs/theme.jshandles the theme toggle and audio behaviorjs/jquery-ui.jscontains jQuery-powered UI animations
- Uses structured JavaScript character data to drive game logic
- Separates state, rendering, search, storage, and theme behavior across modular files
- Implements keyboard-friendly search with ArrowUp, ArrowDown, Enter, and Escape
- Persists player statistics and settings across sessions
- Uses CSS custom properties for theme switching
- Uses jQuery for UI animation while keeping core game logic in JavaScript
- Daily challenge mode
- Shareable results
- More characters
- More spoiler-safe settings
- React/TypeScript version
- Unit tests for comparison logic
Dexterdle is a fan-made, non-commercial portfolio project created for educational and entertainment purposes. Dexter and related character names, images, audio, and references belong to their respective copyright holders. I do not claim ownership of any Dexter-related assets used in this project
This project is not affiliated with, endorsed by, or sponsored by the owners of Dexter
The source code is licensed under the MIT License. Dexter-related names, images, audio, and references are not covered by this license and belong to their respective owners