r1 - 24 Oct 2006 - 12:33:20 - AndreFerreiraYou are here: TWiki >  Doo Web  > TrabalhosRonaldinho > AndreFerreira > JogoDamas > PackageProgramaDama > ClassePe
package programa;

public class Peças {

String jogadorAtual, direçãoDoMovimento;

public Peças(String tipoDeMovimento, String jogadorReferente) {

jogadorAtual = jogadorReferente;

}

public String obterJogadorDaPeçã(){

if (jogadorAtual == "")

{ return jogadorAtual = "SemJogador";

}

return "PeçaPossuiJogador";

}

}

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback