From 2bd7352aec15bd7af5373db6ed0a2ba03d31b185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Mon, 19 Mar 2018 15:30:30 +0700 Subject: [PATCH] Remove crazy score for server testing --- brutalmaze/game.py | 3 +-- setup.py | 2 +- wiki | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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()) diff --git a/setup.py b/setup.py index 15a477f..712ce41 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.6.2', + version='0.6.3', description='A minimalist hack and slash game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', diff --git a/wiki b/wiki index 09c5be0..f511cfe 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 09c5be071f3b13ff18ab7629ede5172818ed21bd +Subproject commit f511cfe847445be2bbe0ff917431005e1391478b