The source of the LandsWar website.
LandsWar is a turn-based tactics online video game inspired by Advance Wars.
There are 3 types of units in the game (we don't have define the number of units in each category):
- ground units
- air units
- naval units
Also, there are a lot of different type of ground with bonus or malus for units.
With LandsWar, you will be able to play against your friend and people from all around the world.
Coming soon...
First, you need to run the server: https://github.com/landswar/server
Then, you can clone the repo, install dependencies and start the Webpack dev server:
git clone -b dev https://github.com/landswar/landswar.com.git
# or by ssh: git clone -b dev git@github.com:landswar/landswar.com.git
cd landswar.com
yarn
yarn startThe website will be available at http://127.0.0.1:9000/.
There will be 3 different environments.
Development - https://dev.landswar.com
For developers.
Beta - https://beta.landswar.com
For beta testers.
Production - https://www.landswar.com
The current version of the website for everyone.
If you find a bug or want a new feature, don't hesitate to create an issue.