Screeps Download



  1. Download $ 14.99 PC Game offers a free review and price comparison service. Since multiple players may aim at the same territory.Screeps is developed for people.
  2. Download Screeps ISO Game PC. Direct Links, Google Drive, Torrent, Download ISO game PC.
  3. Screeps by Ed Wicke, 1991, InterVarsity Press edition, in English. Three orphans accompany the Reverend Elias Jones on another adventure to a different world, where they are called upon to help the Screeps fight evil threats.
  4. Screeps Arena is a standalone game with a one-time purchase. It will cost $19.95. No CPU subscriptions or unlocks. You just buy it as a regular game. Since it does not contain a persistent world running 24/7, we think it will be a viable business model. The main gameplay idea is 1x1 PvP matches in the same Screeps setting but without persistence.
  1. How To Play Screeps
  2. Screeps Game
  3. Screeps Vscode
  4. Screeps Download
Latest version

Join Screeps on Slack. 24829 users are registered so far. Powered by slackin extendedslackin extended.

Released:

Library connecting to the screeps api.

Project description

# Screeps library
Library to connect to the screeps API either via REST or websocket.
Example for using the library can be seen at
https://github.com/TooAngel/screeps-cli.
## Rest
- `get_me()` Returns the user object for the logged in user
- `console(command)` Sends the command to the console
## Websocket
Websocket connection for fetching the console log
```
from screeps.screeps import Connection
def sysout(message):
print(message)
conn = Connection(email, password, arguments['--ptr'])
conn.startWebSocket(sysout)
```
## Deploy
`python setup.py sdist upload`

Release historyRelease notifications | RSS feed

0.1.5

0.1.4

0.1.3

Screeps Download

0.1.2

0.1.1

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Files for screeps, version 0.1.5
Filename, sizeFile typePython versionUpload dateHashes
Filename, size screeps-0.1.5.tar.gz (2.6 kB) File type Source Python version None Upload dateHashes
Close

Hashes for screeps-0.1.5.tar.gz

Download
Hashes for screeps-0.1.5.tar.gz
AlgorithmHash digest
SHA25632d93f2848bacc89b1b485a401c11ad715e9526f6d0a6a829d7b6ae411f65e5b
MD5da8d12ac17552595115ae6cc3ec50824
BLAKE2-2562b623d26296b32862b368791e6d288f43e2f761dc314105b52d72b4b5c0f9879

What kind of game is Screeps

Screeps is a massive multiplayer online real-time strategy game. Each player can create their own colony in a single persistent world shared by all the players. Such a colony can mine resources, build units, conquer territory. As you conquer more territory, your influence in the game world grows, as well as your abilities to expand your footprint. However, it requires a lot of effort on your part, since multiple players may aim at the same territory.

Screeps is developed for people with programming skills. Unlike some other RTS games, your units in Screeps can react to events without your participation – provided that you have programmed them properly. And, unlike other MMO, you do not have to play Screeps constantly to play well. It is quite enough just to check once in a while to see if everything goes well.

Game world

The game world consists of interconnected rooms. A room is a closed space 50x50 cells in size. It may have from 1 to 4 exits to other rooms. The world is separated into shards which are connected by intershard portals. You can consider shards a Z-axis of the world.

Each room landscape is unique. The view of each room is generated procedurally and consists of three types of surface:

  • Plain land – simple ground with a movement cost of 2.
  • Swamps increase a movement cost to 10.
  • Walls block movement of all creeps.

How To Play Screeps

You can customize the room landscape with the help of the following facilities:

Api
  • Roads decrease a movement cost to 1. Roads deteriorate due to movement and require repair.
  • Constructed walls can be created by players. Unlike natural walls, they may be attacked and destroyed by creeps.
  • Ramparts are your defenses. Only your creeps may move inside your ramparts. Besides, a creep inside a rampart cell cannot be attacked until the rampart is destroyed (though it can attack others). Ramparts deteriorate with each game cycle and require repair.

Screeps Game

In the beginning of the game, you are free to choose the place for your new colony in one of the free rooms inside the zone of the game world available for settlement. After your first spawn is set up, your room will be in safe mode. Use this time to create good defenses, or any player will be able to destroy your colony!

Your colony

Energy sources are the main game resource. They can be harvested by worker creeps. The amount of energy in a source is limited, but resumes once in 300 game ticks.

Screeps Vscode

Spawns are your colony centers. They can accumulate mined energy and use it to create your units. There may be no more than 3 spawns in a room. Hence, by building 3 spawns in a room you actually conquer it. You can have multiple spawns totally in all your rooms though.

Screeps Download

A spawn itself can build only basic units. In order to build more complex ones, you have to construct one or more spawn extensions. Read more about that in the next article.