about summary refs log tree commit diff homepage
path: root/brutalmaze/__init__.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-02-13 20:51:41 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-02-13 20:51:41 +0700
commit6a4f7e47aed7510e8e45bddf1308fe4eeb87534d (patch)
treebe6cf79ce70194b02b0ad875f1688e493c86ef04 /brutalmaze/__init__.py
parent465be4493db11a458ae05c1be67bac109c753fb0 (diff)
downloadbrutalmaze-6a4f7e47aed7510e8e45bddf1308fe4eeb87534d.tar.gz
Add argument parser
Diffstat (limited to 'brutalmaze/__init__.py')
-rw-r--r--brutalmaze/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/brutalmaze/__init__.py b/brutalmaze/__init__.py
index 75b07c7..46e1d6d 100644
--- a/brutalmaze/__init__.py
+++ b/brutalmaze/__init__.py
@@ -1,5 +1,3 @@
-"""Brutal Maze is a hash and slash game with fast-paced action and a
-minimalist art style.
-"""
+"""Brutal Maze is a minimalist hack and slash game with fast-paced action"""
 
 from .main import main