Launched the world's first MMO strategy game for programmers
/ > In November last year, we launched a crowdfunding campaign on Indiegogo, raised funds which allowed us to develop the prototype to a full product. All June and July having received an invitation players tested version Early Preview. And now, we announce the public launch of this unusual project. Meet Screeps!
Under the cut a small description, reviews, and technical details of the project.
Screeps (from the words scripts and creeps) is an online strategy game in real time. From the point of view of game mechanics it's a pretty classic game: there is a map, resources, base, units, development and interaction with other players. But the control units are not just indirect, and consists wholly in writing scripts AI. You write the code for a full JavaScript (but may use compilers from other languages to JavaScript, which great variety) that is executed on the server in the cycle, giving commands to units and buildings, and watch what is happening in real time. The only possibility to influence directly on what is happening on the screen — to put the flags and assign the construction site.
Facts about the game:
the
-
the
- Your game code running on the server continuously, even offline. the
- World Screeps permanent common to all players and develop real-time unlike other programming games based on one-off matches between the players.
- the game has simulation mode in which scripts execute on the browser, not the server. This mode is available without registration on the website.
- Scripts are executed on the server using the full virtual machine iojs available some of the capabilities of ES6. the
- executing the script of each player in the virtual machine limited time, so you need to think about optimization. the
- Each player is given 2 MB for permanent storage of arbitrary JSON data structure. the
- In the future client-server API to connect to the miscalculation of the game situation their own servers in any language.
the World is generated procedurally and although the players are given limited space for settlement, it is capable of infinite increase as necessary. At the moment, generated 1,600 slot rooms. the
Game scripts you can write using the game editor, and using the external IDE using the tools to commit scripts into the game. the
from what is planned in the future: the release of the game engine as separate npm package to make it possible to freely run the game simulation on the local machine for any purpose.
Little reviews:
@ScreepsGame is the best MMO for programmers out there! Ever dreamt to drive your personal army and minions... in JavaScript?!
— Niccolò Maggioni (@nmaggioni1) 1 June 2015
I predict http://t.co/h8LW33FFKK to be the next big thing in the world of games.
— Adriaan (@AdriaandeJongh) 21 Nov 2014
@ScreepsGame is the most engrossing thing ever. Even once I'm too tired to code, I don't want to stop watching my creeps and go to bed.
— topologist (@crash_restraint) 2 June 2015
Apparently I'm the kind of person to not only play a programming game, but to write unit tests for my code #Screeps
— josh (@KingJoffman) 10 Dec 2014
Just found http://t.co/wD5q30R7Fw. Yes, that's exactly what I want. For a persistent army to be reliant on my coding skills. Hahaha.
— Matt Chelen (@adag_dot_me) 11 2015
I've always wanted to play a game in which I didn't need to do any work, I now found it @ScreepsGame
— Chris Kleban (@kleban) 10 March 2015
If you're a programmer, and you like games, you NEED to check out @ScreepsGame at http://t.co/De7t7u564G
— Timendainum (@Timendainum) 12 Dec 2014
Payment model subscription of the game, the player pays for CPU time to execute their scripts. Soon will be available for a special Twitter Promo, which once a month will be free to get loans CPU to the minimum required limit of server resources.
Related links:
the
-
the
- Title page the
- step-by-Step tutorial on the game (no registration required), here is the simulation mode the
- Documentation, description of the game and the API community forum the
- the Details
Good Friday to all!
Комментарии
Отправить комментарий