📜 ⬆️ ⬇️

The world's first MMO strategy for programmers launched

Why the first? Because before there were games for programmers, and there were strategic MMO games. But before us, no one has ever made a game that is at the same time an MMO with a single permanent world, and at the same time is entirely focused on programmers.

In November last year, we launched a crowdfunding campaign on Indiegogo, the funds raised from which allowed us to modify the prototype to a full-fledged product. All June and July invited players tested the Early Preview version. And now, we are announcing the public launch of this unusual project. Meet the Screeps !


')
Under the cut a short description, reviews and technical details of the project.

Screeps (from the words scripts and creeps ) is a real-time online strategy game. From the point of view of game mechanics, this is a rather classic game: there is a map, resources, base, units, development and interaction with other players. Only here the control over the units is not just "indirect", but entirely consists in writing the scripts AI. You write code on full-fledged JavaScript (but it is also possible to use compilers from other languages ​​in JavaScript, of which there are many ) that is executed on the server in the game cycle, giving commands to units and buildings, and watching what is happening in real time. The only way to directly influence what is happening on the screen is to set flags and designate construction sites.

Facts about the game:


Few reviews:








The game’s subscription fee model, the player pays CPU time to execute its scripts. A special Twitter Promo will be available soon, with which once a month it will be possible to get CPU credits free of charge for the minimum required server resource limit.

Related Links:


Good Friday everyone!

Source: https://habr.com/ru/post/264781/


All Articles