Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 443 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 443 Bytes

Screeps Code

This repository contains the code to my AI for playing Screeps

Requirements

  • Node.js

How to install

$ npm install

Environment Variables

Create a .env file from .env.example and fill all the details.

How to compile your code

$ npm run build

How to upload code to Screeps

$ npm run upload

Build & Upload on file changes

$ npm run dev