An open-source 2D battle royale game inspired by surviv.io. Work in progress.
Suroi is an open-source 2D battle royale game that draws inspiration from surviv.io. As a work in progress, it offers an exciting gaming experience to its users.
Suroi, an open-source 2D battle royale game, offers an engaging gaming experience with its surviv.io inspired gameplay. The installation process involves setting up Node.js, cloning the repository, installing dependencies, and running the game locally. With continuous development and community involvement, Suroi promises to evolve into a captivating gaming platform for enthusiasts.
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.