Pixle is a web-based game inspired by Wordle, designed to be fun and simple for all ages. Players are presented with a pixelated image and must guess what it is. With each incorrect guess, the image becomes clearer. A new image shows up every 24 hours, and the game is optimized for phone use.
- Visit Pixle (pixlegame.com).
- Observe the pixelated image at the top of the screen.
- Type your guess in the input box and press enter.
- The image becomes less pixelated with each incorrect guess.
- Correct guesses turn green, incorrect guesses turn red.
- The goal is to identify the image with as few guesses as possible.
- index.html: The main HTML file containing the game structure.
- styles.css: Contains all the styles for the game.
- main.js: Main JavaScript file controlling game logic.
- Image Pixelation: The code dynamically pixelates images and progressively reveals them with each incorrect guess.
- Guess Validation: It checks if the player's guess matches any of the correct answers.
- Canvas Drawing: Uses HTML5 Canvas to manipulate and display images.
- Automatic Daily Image: Uses the difference between the current date and a start date to rotate through the images daily.
- Timer Function: Displays the time remaining until the next daily image.
- Popup Messages: Provides feedback for correct, incorrect, and invalid guesses.
- Dynamic Updates: Updates the displayed image and guesses without refreshing the page.
- Responsive Design: The game adjusts to different screen sizes.
- Contact Form: Integrated contact form using FormSubmit to handle user feedback.
For feedback or questions, use the contact form on the website or email etherealengineering1@gmail.com.
- Developed by Ethereal Dev
- Inspired by Wordle
Enjoy playing Pixle!