You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
embronk edited this page Apr 8, 2022
·
12 revisions
Overview
The level builder will allow the user to place the enemy, neutral, and player cities wherever they want on the map, and decide on the season in which they want to play. It will then save and load the level in the main program so that the user can play the game using the level they created.
File Format
File Format
File will be in binary.
File will begin with the string "Level" to prove that it is a proper save file of the game.
File will then have an integer X representing the number of items in the Entity List.
Following that, there will be X sections representing X entities.
Section will start with a string identifying the season
Section will then have two doubles representing the location coordinates.