Hondo screenshot

Hondo

Updated: 27 Jun 2023
26 Stars

A word game in the vein of Wordle; try to solve back-to-back code words to get to 100 points.

Categories

Overview

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.

Features

  • Word-Guessing Game: Hondo is a game where players have to guess words.
  • Score-based Gameplay: Players earn points for correctly guessing words, with the goal being to reach a score of 100 points or a “Hondo.”
  • Energy System: Guessing words consumes energy, and running out of energy ends the game.
  • Energy Restoration: Correctly guessing words restores energy, allowing players to continue playing.
  • Shuffles: Players can use Shuffles to alter the game and improve their chances of guessing correctly.
  • Skips: Skips are special abilities that players can use to favorably manipulate the game.
  • SvelteKit: Hondo is developed using SvelteKit, a framework for building web applications.

Installation

To run Hondo locally, follow these steps:

  1. Download or clone the Hondo repository.

  2. Open the terminal and navigate to the downloaded/cloned repository.

  3. Run the following command to install the required dependencies:

    npm install
    
  4. Once the installation is complete, run the game using the following command:

    npm run dev
    
  5. Hondo should now be running locally, and you can access it in your web browser.

Summary

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.