A platform for building terminal games
Project description
THERE IS NO CODE YET. I'm just namesquatting while planning so I don't have to rename everything later. Check back next week for first implementation.
Terminal Game Platform
A simple platform to handle some of the annoying implementation details of creating a terminal based game.
Quick-start
Installation
From source
- Clone this repo: (https://github.com/terminal-game-platform/launcher)
- Run
pip install .
orsudo pip3 install .
in the root directory
Development-Contribution guide
Installing development dependencies
There are a few dependencies you will need to use this package fully, they are specified in the extras require parameter in setup.py but you can install them manually:
nox # Used to run automated processes
pytest # Used to run the test code in the tests directory
mkdocs # Used to create HTML versions of the markdown docs in the docs directory
Just go through and run pip install <name>
or sudo pip3 install <name>
. These dependencies will help you to automate documentation creation, testing, and build + distribution (through PyPi) automation.
Folder Structure
A Brief explanation of how the project is set up for people trying to get into developing for it
/tgp
Contains all the first party modules used in tgp
/docs
Contains markdown source files to be used with mkdocs to create html/pdf documentation.
/tests
Contains tests to be run before release
Root Directory
setup.py: Contains all the configuration for installing the package via pip.
LICENSE: This file contains the licensing information about the project.
CHANGELOG.md: Used to create a changelog of features you add, bugs you fix etc. as you release.
mkdocs.yml: Used to specify how to build documentation from the source markdown files.
noxfile.py: Used to configure various automated processes using nox, these include;
- Building release distributions
- Releasing distributions on PyPi
- Running test suite agains a number of python versions (3.5-current)
If anything to do with deployment or releases is failing, this is likely the suspect.
There are 4 main sessions built into the noxfile and they can be run using nox -s <session name>
i.e. nox -s test
:
- build: Creates a source distribution, builds the markdown docs to html, and creates a universal wheel distribution for PyPi.
- release: First runs the build session, then asks you to confirm all the pre-release steps have been completed, then runs twine to upload to PyPi
- test: Runs the tests specified in /tests using pytest, and runs it on python versions 3.5-3.8 (assuming they are installed)
- docs: Serves the docs on a local http server so you can validate they have the content you want without having to fully build them.
.gitignore: A preconfigured gitignore file (info on .gitignore files can be found here: https://www.atlassian.com/git/tutorials/saving-changes/gitignore)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tgp-0.0.1.tar.gz
.
File metadata
- Download URL: tgp-0.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d593217285b8a0beb13c660de64026d47f4a0f56d72fae442e80424a772b8b95 |
|
MD5 | c515f2447e0ea8f772a17e25d9d7d24a |
|
BLAKE2b-256 | 22b6c922e9dda04c172a6bdf5d4f5c506320c59212f7a35b318b9befb5a73cf5 |
File details
Details for the file tgp-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: tgp-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e38223c7fb3422270af2e29d1060613ab094655932a50f6d6574b457a0f2bfc |
|
MD5 | fd199cfc23b6a11044e49db3e53cf4ef |
|
BLAKE2b-256 | 36a0343868c1d53164e78157013e36f66630331d1cf58e6ebecdb6cb8be9a584 |