A word game in the vein of Wordle; try to solve back-to-back code words to get to 100 points.
Hondo is a word-guessing game that challenges players to guess as many words as possible in a row to earn points. The objective is to reach a score of 100 points, known as a “Hondo,” in the fewest number of turns. However, players must be cautious as each guess costs energy, and running out of energy will end the game. Guessing correctly will restore energy, and players can use special abilities called Shuffles and Skips to manipulate the game and increase their odds of success. Hondo is developed using SvelteKit and can be run locally by downloading or cloning the repository.
To run Hondo locally, follow these steps:
Download or clone the Hondo repository.
Open the terminal and navigate to the downloaded/cloned repository.
Run the following command to install the required dependencies:
npm install
Once the installation is complete, run the game using the following command:
npm run dev
Hondo should now be running locally, and you can access it in your web browser.
Hondo is a captivating word-guessing game where players aim to guess as many words as possible in a row to accumulate points. The game introduces an energy system, where each guess consumes energy, adding an element of strategy and risk management. By correctly guessing words, players can restore energy and continue playing. Additionally, the game offers special abilities called Shuffles and Skips, providing players with options to manipulate the game and enhance their chances of success. Hondo is built using SvelteKit and can be easily installed and run locally using the provided instructions.