Remove crazy score for server testing

This commit is contained in:
Nguyễn Gia Phong 2018-03-19 15:30:30 +07:00
parent ace9586778
commit 2bd7352aec
3 changed files with 3 additions and 4 deletions

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with Brutal Maze. If not, see <https://www.gnu.org/licenses/>. # along with Brutal Maze. If not, see <https://www.gnu.org/licenses/>.
__version__ = '0.6.2' __version__ = '0.6.3'
import re import re
from argparse import ArgumentParser, FileType, RawTextHelpFormatter from argparse import ArgumentParser, FileType, RawTextHelpFormatter
@ -260,7 +260,6 @@ class Game:
time = get_ticks() time = get_ticks()
print('[{}] Connected to {}:{}'.format(time, *address)) print('[{}] Connected to {}:{}'.format(time, *address))
self.maze.reinit() self.maze.reinit()
self.maze.score = 100000
while True: while True:
if self.hero.dead: if self.hero.dead:
connection.send('0000000'.encode()) connection.send('0000000'.encode())

View File

@ -7,7 +7,7 @@ with open('README.rst') as f:
setup( setup(
name='brutalmaze', name='brutalmaze',
version='0.6.2', version='0.6.3',
description='A minimalist hack and slash game with fast-paced action', description='A minimalist hack and slash game with fast-paced action',
long_description=long_description, long_description=long_description,
url='https://github.com/McSinyx/brutalmaze', url='https://github.com/McSinyx/brutalmaze',

2
wiki

@ -1 +1 @@
Subproject commit 09c5be071f3b13ff18ab7629ede5172818ed21bd Subproject commit f511cfe847445be2bbe0ff917431005e1391478b