- Change default API URL in
src/main.js
,src/store/index.js
andsrc/plugins/axios.js
. - Use
npm install
to install dependencies. - Use
npm run serve
to start the project (development mode).
Age of Wars is a single/multiplayer strategy game that uses Node
, Vue
and Socket.io
.
You start by choosing a country and then you can conquer all the world or make your country
the richest/strongest.
There are currently 149 countries available to play with.
These tecnologies listed below are required to run the project properly:
- Age of Wars API
- Node (tested with Node v14.17)
- NPM (tested with v6.14)
In order to install the dependencies, use npm install
.
After install the dependencies, you can run the app by running npm run serve
Term | Meaning |
---|---|
Action | Actions are made by players and bots (AI), an action can be declare war , improve province , etc |
Aggressiveness | Aggressiveness points show how much aggressive a country is. The more aggressive a country is, more chances of a coalition being created against them |
Coalition | A type of alliance created by countries against countries that are too much aggressive |
Decisions | Options for a country to accept or not alliances, demand provinces after win wars, etc |
Focus | Focus gives to your country new passives that can increase your economy incomings or MP |
MP (Military Power) | Your country's power in wars. Couting with all your army |
Passive | Passives increase or decrease your economy incoming, power, etc |
Personality | Define if the countries controlled by AI will be a pacific or aggressive country, making less or more wars |
Province | A territory controlled by a country that gives money and produces oil |
This project still under development, bugs can be faced while playing, however, you can play the game yet.
- Create
.env
file - Improve code quality, reduce duplicated code, add components
- Add Missions
- Add Game Event Log