Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1.  
  2. public class MesseMain {
  3.  
  4. public static void main(String[] args) {
  5.  
  6. /*
  7. * G U I
  8. */
  9.  
  10. GUIMesse.GUITest();
  11.  
  12. /*
  13. * I N T E G E R
  14. */
  15. int Programm = 1;
  16.  
  17. while (Programm == 1) {
  18.  
  19. /*
  20. * I N T E G E R
  21. */
  22.  
  23. //Eingabe
  24. int eingabe_spieler;
  25. int spieler_eingabe = 1;
  26.  
  27. //ACCESS
  28. int ACCESS_1 = 0;
  29. int ACCESS_2 = 0;
  30. int ACCESS_3 = 0;
  31.  
  32. int ACCESS_4 = 0;
  33. int ACCESS_5 = 0;
  34. int ACCESS_6 = 0;
  35.  
  36. int ACCESS_7 = 0;
  37. int ACCESS_8 = 0;
  38. int ACCESS_9 = 0;
  39.  
  40. //Felder
  41. int Feld_1 = 0;
  42. int Feld_2 = 0;
  43. int Feld_3 = 0;
  44.  
  45. int Feld_4 = 0;
  46. int Feld_5 = 0;
  47. int Feld_6 = 0;
  48.  
  49. int Feld_7 = 0;
  50. int Feld_8 = 0;
  51. int Feld_9 = 0;
  52.  
  53. //Felder - Gegner
  54. int Feld_1_Gegner = 0;
  55. int Feld_2_Gegner = 0;
  56. int Feld_3_Gegner = 0;
  57.  
  58. int Feld_4_Gegner = 0;
  59. int Feld_5_Gegner = 0;
  60. int Feld_6_Gegner = 0;
  61.  
  62. int Feld_7_Gegner = 0;
  63. int Feld_8_Gegner = 0;
  64. int Feld_9_Gegner = 0;
  65.  
  66. //While-Schleife
  67. int Game = 1;
  68.  
  69. //Draw
  70. int Draw = 1;
  71.  
  72. while (Game == 1) {
  73.  
  74. int SpielerEingabe
  75. }
  76.  
  77.  
  78.  
  79.  
  80.  
  81. }
  82.  
  83. }
  84.  
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement