Borrar filtros
Borrar filtros

terminating a game of battleship

4 visualizaciones (últimos 30 días)
James Webber
James Webber el 6 de En. de 2022
Comentada: Voss el 6 de En. de 2022
i am writting the gaem battleship and i was wondering how to write a section of code so that if you type the word 'quit' in the command window it terminates the whole program no matter what stage it is at,
i have tried this -
if quit
disp ('end game')
end
but it does not work and is showing errors when i try ot use it
  1 comentario
Voss
Voss el 6 de En. de 2022
quit = strcmp(input('Quit?','s'),'quit');
if quit
disp ('end game')
% terminate the game somehow
end

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Number games en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by