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.
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.
- Balance: Equal number of 🌞 and 🌚 per row/column.
- Sequences: No more than 2 identical symbols in a row.
- Clues: There are clues that indicate the relationship between a cell and its adjacent cell.
- Fixed Cells: Some cells cannot be changed and serve as a guide.
- Click on a cell to add 🌞 (sun) or 🌚 (moon).
- Follow the rules to complete the grid without errors.
- Complete the grid correctly to win! 🏆
- HTML5: Game structure.
- CSS3: Styles and animations.
- JavaScript: Game logic and validations.
- Web Components: Use of custom elements to encapsulate the game logic.
- Clone this repository to your local machine.
- Open the
index.html
file in your web browser. - Enjoy the game!
- 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.
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 🌚!
This project is licensed under the MIT License.