Mein Screeps Code
Der Code ist eine Mischung aus:
- dem Tutorial
- dem Code vom YTer th_pion (https://www.youtube.com/c/thpion)
- ein wenig eigener Kreativität
Command commit to screeps: grunt screeps
Nach screeps pushen initzialisieren: npm init -y npm install grunt --save-dev npm install grunt-cli -g npm install grunt-screeps Gruntfile.js im screeps-Ordner hinzufügen und code aus https://docs.screeps.com/commit.html hinzufügen und bearbeiten
screeps Autocomplete initzialisieren: npm install @types/screeps npm install @types/lodash
Tutorial für Grunt: Grunt.js Tutorial For Beginners: https://www.youtube.com/watch?v=3Xem8LgoIMw
Tutorial für Autocomplete: https://www.youtube.com/watch?v=GLwkTmjoyfM