Skip to content

bare bone screeps game grunter (moves your scripts to the server)

Notifications You must be signed in to change notification settings

imcanida/screeps_grunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screeps_grunter

Barebone screeps game grunter (moves your scripts to the server) requirements:

  1. npm -> https://www.npmjs.com/

  2. (probably) grunt, npm package. => npm install -g grunt-cli

  3. Clone This Repo

  4. In command window:

  5. cd [YOUR_FOLDER_PATH] // ex: C:\screeps

  6. npm i

Start coding..

  1. commands: //In the same directory 1.grunt // push code to branch specified 1.grunt watch // watch for changes to directory specified.

Start your own similar with these commands:

  1. In command window:
  2. cd [YOUR_FOLDER_PATH] // ex: C:\screeps
  3. npm init // create package.json
  4. npm i -g grunt // install grunt
  5. npm i grunt-screeps -s // install grunt-screeps + add dependency to package.json
  6. npm i grunt-contrib-watch -s // install grunt-watch + add dependency to package.json

// Make a folder called dist // Put all code in that file.. It can be in folders it will be flattened.

commands: //In the same directory

  1. grunt // push code to branch specified
  2. grunt watch // watch for changes to directory specified.

About

bare bone screeps game grunter (moves your scripts to the server)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published