naikibro / BatailleNavale

A collaborative Java project to implement the "BatailleNavale" game
1 stars 0 forks source link

nice to have: Refactor all console messages #33

Open naikibro opened 4 months ago

naikibro commented 4 months ago

Context

we do have console messages for:

Nice to have

we could format our console outputs with \n and \t to improve console readability

we can also use syntax delimiters inside the console to section our game phases

----- I N I T I A L I S A T I O N ------ ----- T U R N - 1 ------ ----- W A R F I E L D ----- ----- G A M E - O V E R -----

Image

naikibro commented 3 months ago

i will also log the map so user can debug map in console in realtime