Skip to content

Ethereal-Development/Pixle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixle

Introduction

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.

How to Play

  1. Visit Pixle (pixlegame.com).
  2. Observe the pixelated image at the top of the screen.
  3. Type your guess in the input box and press enter.
  4. The image becomes less pixelated with each incorrect guess.
  5. Correct guesses turn green, incorrect guesses turn red.
  6. The goal is to identify the image with as few guesses as possible.

Key Files

  • 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.

Features

  • 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.

Contact and Feedback

For feedback or questions, use the contact form on the website or email etherealengineering1@gmail.com.

Credits

  • Developed by Ethereal Dev
  • Inspired by Wordle

Enjoy playing Pixle!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •