-
Notifications
You must be signed in to change notification settings - Fork 0
Home
[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.
See the tools page for more information.
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