SkillAgentSearch skills...

Warriorjs

🏰 An exciting game of programming and Artificial Intelligence

Install / Use

/learn @olistic/Warriorjs

README

<div align="center"> <a href="https://warrior.js.org"> <img alt="WarriorJS Banner" title="WarriorJS" src="logo/warriorjs-banner-dark.png?raw=true"> </a> </div> <br /> <div align="center"> <strong>Learn JavaScript and TypeScript by writing code that fights</strong> </div> <br /> <div align="center"> <a href="https://github.com/olistic/warriorjs/actions/workflows/ci.yml"> <img alt="CI" src="https://img.shields.io/github/actions/workflow/status/olistic/warriorjs/ci.yml?branch=master&style=flat-square"> </a> <a href="https://codecov.io/gh/olistic/warriorjs"> <img alt="Codecov" src="https://img.shields.io/codecov/c/github/olistic/warriorjs.svg?style=flat-square"> </a> </div> <br />

In WarriorJS, you write JavaScript or TypeScript to guide a warrior through towers full of enemies. Each floor is a puzzle: battle sludge, dodge archers, rescue captives, and reach the stairs alive. The code you write is the strategy — there's no clicking, no dragging, just logic and sharp thinking.

Whether you're writing your first if statement or refactoring for a perfect score, every floor will test you.

Quick Start

  1. Install Node.js 22 or later.

  2. Install the CLI:

npm install --global @warriorjs/cli
  1. Launch the game:
warriorjs

The game walks you through creating a warrior and choosing a tower. Open the generated README.md for your first level's instructions, write your solution in Player.js, then run warriorjs again to see how your warrior fares.

You can also play from your browser at warriorjs.com.

Documentation

The official docs cover everything from first steps to building your own towers:

Contributing

The best way to contribute is to build a tower — a set of levels that other players can install and play.

You can also fix bugs, improve the docs, or add new abilities and units. See the contribution guide and Code of Conduct.

Acknowledgments

This project was born as a port of ruby-warrior. Credits for the original idea go to Ryan Bates.

Special thanks to Guillermo Cura for designing a wonderful logo.

License

WarriorJS is licensed under a MIT License.

Related Skills

View on GitHub
GitHub Stars9.5k
CategoryDevelopment
Updated19h ago
Forks499

Languages

TypeScript

Security Score

100/100

Audited on Mar 30, 2026

No findings