Soldiers Inc.

Soldiers Inc. is a Massively multiplayer online real-time strategy game (MMORTS) developed and published by Plarium. The game was released in 2013 and is designed for use on web browsers. The game is military themed and set in the fictional country of Zandia, where players compete for control of the land's rich mineral fields. The game was named by Facebook as one of the top social games on its platform in 2013.[1]

Soldiers Inc.
Developer(s)Plarium
Platform(s)Browser
Release
  • WW: 2013
Genre(s)Massively multiplayer online real-time strategy game (MMORTS)

Gameplay

Soldiers Inc. gameplay involves fighting criminal organizations, corrupt corporations and foreign governments to gain control of the rich mineral fields in the fictional setting.[2]

In 2015 20th Century Fox and Plarium collaborated to lend the themes and experiences of the Alien vs. Predator (AVP) franchise into Soldiers Inc., with Mike Doyle of 20th Century Fox saying “Soldiers Inc. has the perfect mixture of thrilling and engaging gameplay that is perfectly in step with the Alien vs. Predator franchise.”[3]

Music for the game was composed by the award-winning Danish composer and sound designer, Jesper Kyd.[4]

gollark: I may actually be overestimating it, because averaged out I only have 4 hours of lessons a day (free periods + sports + etc).
gollark: I counted that, yes.
gollark: It filters out one guild on which I discuss somewhat real-world things, filters out DMs, removes pings, and reads the messages.csv files, as well as producing a CSV output for aitextgen.
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.

See also

  • Soldiers Inc: Mobile Warfare

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.