Skip to content
Olivier Braud edited this page Aug 20, 2015 · 10 revisions

Introduction

[Rakentaa] will be a turn-based strategy game set in a cyberpunk universe. The gameplay will be very similar (if not strictly identical) to Heroes of Might & Magic.

The players will therefore be able to create and manage an army, which they will move on a map. On the map can be found different structures allowing the user to recruit new units, using specific resources he can collect by exploring the area. Additionally, each player has a starting base which he can improve too create more units.

The goal of each player is to defeat his opponent's army or destroy his starting base.

Ressources

See the tools page for more information.

Installation

Node.js is required to install the game and all its requirements.

After checking out the git project, run the following command in the project folderin order to install all dependencies:

npm install

You can launch a server with the following:

npm start

The application can then be accessed via the following URL: http://localhost:8080/views/

Documentation can also be generated:

gulp jsdoc

Clone this wiki locally