A recreation of the popular game Wordle with additional modes and features. Made with Svelte in Typescript.
Wordle+ is a recreation of the popular game Wordle by Josh Wardle, now purchased by the New York Times. It offers additional modes and features to enhance the gameplay experience. The game is hosted on GitHub Pages.
Wordle+ is a recreation of the popular game Wordle with additional modes and features. It offers a unique gameplay experience with random word selection, fair comparison of answers, and various statistics display. The game can be easily shared, accessed, and played offline. With its additional modes and right-click functionality, Wordle+ provides an enhanced and customizable game for players to enjoy.
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.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
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.
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.