Metadata-Version: 2.1
Name: itd
Version: 0.0.1
Summary: In The Dark - An Adventure / Escape Game for python programers.
Home-page: https://gitlab.com/dee909/itd
Author: Damien "dee" Coureau
Author-email: dee909@gmail.com
License: LGPLv3+
Description: # itd - In The Dark
        
        An Adventure / Escape Game for python programers.
        
        # Recomandation for the best experience
        
        You can do whatever you want to solve the game. But some strategies would lead to a lesser interestin experience.
        
        We recommand to:
        - Not read the `itd` code. All answers are there.
        - Avoid inspecting any object named `ITD_*`
        
        # Security Concern
        
        You may wory about what the game is alowed to do, like format your drive or access and use sensible information.
        But that is true for any game you install...
        
        You can solve those concerns by inspecting the code, but that would ruin the experience for you.
        
        You may however run the code inside a contained env like a docker or alike...
        
        Note that this first episode of `In The Dark` does not require an internet connection.
        
        # Usage
        
        install `itd` in a virtual env:
        ```
        $ python -m venv ITD.venv
        $ souce .\ITD.venv\bin\activate
        $ pip install itd
        ```
        
        Run the python REPL and import itd, enjoy
        ```
        $ python
        Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] on win32
        Type "help", "copyright", "credits" or "license" for more information.
        >>> import itd
        ```
        
        
Keywords: game escape adventure codegame
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
Description-Content-Type: text/markdown
