WAC Development Blog(2025/05/03) - Map Editor


Hello everyone, I am very happy to introduce the map editor feature of the War Chess game. This feature is currently under development. Here are some of the current development progress.

The map editor is the core of the entire game, because all our game logic needs to be implemented by the map editor. Therefore, the current focus of game development is the map editor. As long as the map editor is powerful and usable, the subsequent development work will be very smooth.

The map editor now includes several major functions:

  • Basic file module: create, load, save
  • Player information editing module: add, modify and delete Player information
  • Player relationship information editing module: add, modify and delete Relation information
  • City information editing module: can add cities to the map so that players can occupy

Among them, players and relationships are the core of the entire map, because this information determines the interaction between players. In enemy state, players attack each other, while players in neutral state will not engage in combat, and players in ally state will cooperate with each other.

Leave a comment

Log in with itch.io to leave a comment.