Hondo

screenshot of Hondo
svelte
scss

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

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.

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.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.