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.
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 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 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 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 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.