Screeps Typescript Starter

screenshot of Screeps Typescript Starter

Starter kit for TypeScript-based Screeps AI codes.

Overview

Screeps Typescript Starter is a starting point for a Screeps AI written in Typescript. It provides all the necessary files and setup to begin developing your AI.

Features

  • Typescript integration for developing the AI
  • Support for Node.js 10.x or 12.x
  • Use of a package manager (Yarn or npm)
  • Optional use of Rollup CLI for code compilation and upload
  • Easy configuration with a JSON file
  • Typings from typed-screeps for Screeps type definitions
  • Documentation generated through Gitbooks
eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

typescript
Typescript

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.