1. Screeps: Arena
  2. News

Screeps: Arena News

Version 0.1.17 patch notes

[h3]Client version 0.1.17[/h3]
  • 🚸 UI improvements around the game, primarily reducing a visual noise
  • 🚚 changed default URL scheme for shared games


[h3]Game API changes[/h3]
  • ✨ introduced Creep.spawning and StructureSpawn.spawning properties

IntelliSense support

Writing game code for Screeps: Arena has never been so easy and convenient!
We are happy to introduce full IntelliSense support for game API in the recommended IDE (Visual Studio Code). Code completion, quick info, member lists, parameter info, it's all there for you!



Technically, it's implemented as TypeScript definitions together with the jsconfig.json configuration file. The game client automatically places all necessary files to your game code's folder and update them if necessary.

Other changes:
  • ✨ introduced TERRAIN_PLAIN constant
  • 📝Fixed few minor issues in the documentation

Version 0.1.15 patch notes

[h3]Client version 0.1.15[/h3]
  • 🚑 Fixed tutorial
  • 📝Fixed few minor issues in the documentation


[h3]Server changes[/h3]
  • 🚑 Fixed wasm support

Version 0.1.14 patch notes

[h3]Client version 0.1.14[/h3]
  • ✨ New minor feature: cancel test games and rematches
  • ♻ Room objects multiselect changed from Shift to Ctrl (Cmd on Mac)
  • 🐛 Fixed the game client crash on trying to play with absent game code folder
  • 📝 Fixed lots of issues in the documentation
  • 🚸 Many small UI improvements around the game


[h3]Server changes[/h3]
  • ♻ Game API is now available outside the loop function (although you can't affect the map state from there)
  • 🐛 Fixed issue with dropping resources into containers at the same tile
  • 🐛 Fixed duplicate console output on runtime error

Version 0.1.13 patch notes

[h3]Client version 0.1.13[/h3]
  • New feature: recently shared games
  • Reworked rating history interface
  • Many small UI improvements around the game