1b999970b5
4st Attack is a game in which you have to try to out-smart your opponent. The goal of the game is to connect four of stones in a straight line. This can be horizontaly, vertically and even diagonnally. from Xavier Santolaria <xavier@santolaria.net>
22 lines
799 B
Plaintext
22 lines
799 B
Plaintext
$OpenBSD: patch-multiplayerscreen_py,v 1.1.1.1 2003/10/10 16:10:13 sturm Exp $
|
|
--- multiplayerscreen.py.orig 2002-10-01 16:38:03.000000000 +0200
|
|
+++ multiplayerscreen.py 2003-08-11 23:02:26.000000000 +0200
|
|
@@ -69,7 +69,7 @@ class MultiplayerScreen(Dialog):
|
|
#chat = Chat(self.surface, self.images, self.locations)
|
|
chat = None
|
|
|
|
- from game import *
|
|
+ #from game import *
|
|
|
|
game = Game(self.surface, self.images, self.locations, player1, player2)
|
|
game.run()
|
|
@@ -95,7 +95,7 @@ class MultiplayerScreen(Dialog):
|
|
#chat = Chat(self.surface, self.images, self.locations, self.host.getText())
|
|
chat = None
|
|
|
|
- from game import *
|
|
+ #from game import *
|
|
|
|
game = Game(self.surface, self.images, self.locations, player1, player2)
|
|
game.run()
|