WarriorJS Docs
  • Jugador
  • Creador
  • Comunidad
  • Español
    • English
    • العربية
    • Català
    • Čeština
    • Deutsch
    • Ελληνικά
    • Français
    • Italiano
    • Polskie
    • Русский
    • Српски језик (Ћирилица)
    • Svenska
    • Türkçe
    • 中文
    • 繁體中文
    • Ayúdanos a Traducir
  • GitHub

›Guía

Guía

  • Introducción
  • Creando Tu Torre
  • Agregando Niveles
  • Definiendo Abilidades
  • Definiendo Unidades
  • Refactorizando
  • Probando
  • Publicando

API del Creador

  • API del Espacio
  • API de la Unidad
Translate

Creando Tu Torre

Una torre de WarriorJS es un módulo de JavaScript que exporta un único objeto:

module.exports = {
  // Tower definition.
};

Definamos el nombre de nuestra torre y escribamos una breve descripción:

module.exports = {
  name: 'Game of Thrones',
  description:
    'There is only one war that matters: the Great War. And it is here.',
};

¡Genial! Pero aún no hay nada que trepar. ¡Agreguemos algunos niveles a esta torre!

← IntroducciónAgregando Niveles →
WarriorJS Docs
Docs
PlayerMaker
Community
SpectrumTwitterFollow WarriorJS on Twitter
More
DonateGitHubStar