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>2017-11-05 16:51:48 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-05 16:51:48 +0700
commit96a82a67a0173c6c448897c05ddcb4d139329b0f (patch)
tree8e4df7ae9281202f2fd67d07dec45426dfeb339b /brutalmaze/__init__.py
parentb1f0c052f9dd009a7a86806cd08867e266451aae (diff)
downloadbrutalmaze-96a82a67a0173c6c448897c05ddcb4d139329b0f.tar.gz
Implement acceleration in hero movement 0.0.3
Diffstat (limited to 'brutalmaze/__init__.py')
-rw-r--r--brutalmaze/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/brutalmaze/__init__.py b/brutalmaze/__init__.py
index a2a2b70..5111000 100644
--- a/brutalmaze/__init__.py
+++ b/brutalmaze/__init__.py
@@ -1,5 +1,5 @@
-"""Brutal Maze is a research hash and slash game with polyart graphic
-and Tango color palette.
+"""Brutal Maze is a research hash and slash game with fast-paced action
+and a minimalist art style.
 """
 
 from .main import main