From 2bd7352aec15bd7af5373db6ed0a2ba03d31b185 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 19 Mar 2018 15:30:30 +0700 Subject: Remove crazy score for server testing --- brutalmaze/game.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'brutalmaze') diff --git a/brutalmaze/game.py b/brutalmaze/game.py index afd2b29..b78e375 100644 --- a/brutalmaze/game.py +++ b/brutalmaze/game.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Brutal Maze. If not, see . -__version__ = '0.6.2' +__version__ = '0.6.3' import re from argparse import ArgumentParser, FileType, RawTextHelpFormatter @@ -260,7 +260,6 @@ class Game: time = get_ticks() print('[{}] Connected to {}:{}'.format(time, *address)) self.maze.reinit() - self.maze.score = 100000 while True: if self.hero.dead: connection.send('0000000'.encode()) -- cgit 1.4.1