Simple maps are working, swapping marbles around, limited number of marble moves, etc. Basic collapse bits.
This commit is contained in:
15
setup.py
Normal file
15
setup.py
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='FuckThisCollapse',
|
||||
version='0.1',
|
||||
description='Fuck This Collapse game',
|
||||
author='Andrew Kesterson',
|
||||
author_email='andrew@aklabs.net',
|
||||
url='https://github.com/akesterson/FuckThisCollapse',
|
||||
packages=['fuckthiscollapse'],
|
||||
scripts=['scripts/game.py'],
|
||||
install_requires=['pygame']
|
||||
)
|
||||
Reference in New Issue
Block a user