An open-source, single-player, Travian alternative browser strategy game, inspired by Travian T4 and Travian Kingdoms
Pillage First! (Ask Questions Later) brings an exciting addition to the world of strategy games, channeling the essence of classic titles like Travian while carving its own unique path. This open-source, single-player game hones in on the joys of village-building and resource management, putting players in control of their own destiny without the need for online accounts or downloads. As a modern take on a beloved genre, it aims to provide a satisfying experience even on older devices, making it accessible to a wider range of players.
The game boasts a variety of mechanics inspired by its predecessors but also mixes in new features that keep the gameplay fresh and engaging. The developers have set their sights on creating a well-rounded experience with the mantra to "pillage first, ask questions later," prepping players for strategic warfare in a persistent game world. While still in development, the game has already gained attention, especially among fans of resource management and strategic decision-making.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.
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.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Radix Primitives is a low-level UI component library with a focus on accessibility, customization and developer experience. You can use these components either as the base layer of your design system, or adopt them incrementally.
React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.
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.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.