Skip to content

A logic puzzle game where you must place moons or suns on a board following specific rules.

License

Notifications You must be signed in to change notification settings

sergiolms/eclipse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌞 Eclipse Game 🌚

Welcome to Eclipse Game! This is a logic puzzle inspired by the LinkedIn game: Tango. The game combines strategy, logic, and a touch of creativity to solve each level.

🎯 Objective

The goal of the game is to complete a 6x6 grid with two symbols: 🌞 (sun) and 🌚 (moon). You must follow the game rules to ensure that each row and column meets the necessary requirements.

📜 Game Rules

  1. Balance: Equal number of 🌞 and 🌚 per row/column.
  2. Sequences: No more than 2 identical symbols in a row.
  3. Clues: There are clues that indicate the relationship between a cell and its adjacent cell.
  4. Fixed Cells: Some cells cannot be changed and serve as a guide.

🕹️ How to Play

  1. Click on a cell to add 🌞 (sun) or 🌚 (moon).
  2. Follow the rules to complete the grid without errors.
  3. Complete the grid correctly to win! 🏆

🛠️ Technologies Used

  • HTML5: Game structure.
  • CSS3: Styles and animations.
  • JavaScript: Game logic and validations.
  • Web Components: Use of custom elements to encapsulate the game logic.

🚀 How to Run the Game

  1. Clone this repository to your local machine.
  2. Open the index.html file in your web browser.
  3. Enjoy the game!

📝 Notes

  • The game generates a new grid each time the page is loaded.
  • You can view the solution at any time by clicking the "Show Solution" button.

🙏 Credits

This game was developed as a personal project to practice and improve web programming skills. I hope you enjoy it as much as I enjoyed creating it!

Thank you for playing 🌞 Eclipse 🌚!

📄 License

This project is licensed under the MIT License.

About

A logic puzzle game where you must place moons or suns on a board following specific rules.

Topics

Resources

License

Stars

Watchers

Forks