File | Date | Author | Commit |
---|---|---|---|
src | 2023-10-23 |
![]() |
[4e7059] Updating project |
.gitattributes | 2023-10-08 |
![]() |
[512fe2] Add .gitattributes and .gitignore. |
.gitignore | 2023-10-08 |
![]() |
[512fe2] Add .gitattributes and .gitignore. |
CODE_OF_CONDUCT.md | 2023-10-20 |
![]() |
[38bc85] Create CODE_OF_CONDUCT.md |
CONTRIBUTERS.txt | 2023-10-20 |
![]() |
[35587c] Update CONTRIBUTERS.txt |
CONTRIBUTING.md | 2023-10-20 |
![]() |
[07a376] Create CONTRIBUTING.md |
LICENSE.txt | 2023-10-08 |
![]() |
[f633ee] Add project files. |
NOTICE.txt | 2023-10-10 |
![]() |
[6bb3bd] Update NOTICE.txt |
README.md | 2023-10-23 |
![]() |
[cca71c] Updating README.md |
SECURITY.md | 2023-10-23 |
![]() |
[660707] Updating Security Policy |
pyproject.toml | 2023-10-23 |
![]() |
[4e7059] Updating project |
Ultra python game development library!
Game development made easier than ever!
1.Introduction
2.Features
3.Installation
4.Contributing
5.Security Policy
6.Release Notes
- Version 1.0.0 BETA
- Version 1.1.0 BETA
- Version 1.1.1 BETA
7. Notices
PyTextGame is a python library which can be used to develop text based games alomg with game logic for commercial games [Both graphic and console-based]. It contains several features for making game development 3x faster.
©️ 2023, Himank Deka & Contributors (check CONTRIBUTERS) [All source code and resources]
All rights reserved.
python -m venv myenv
myenv/Scripst/activate.bat
pip install pytextgame
from pytextgame.main import *
See CONTRIBUTING.
See SECURITY
Some of the foundation features. Full verion will contain all the necessary features mentioned in Features section.
Full version will be hosted on PyPi. Downloading the full version through pip is recommended. Also available on GitHub [@dev-hd11/pytextgame]
A PyPi release for the version 1.0.0 with an extra feature and some minor changes. Please wait for the full release if you want the complete package.
You can download this using pip.
New Features :
- A new GUI welcome box.
A minor bug fix in pytextgame.frames
. Also now you can close the welcome box by setting the SHOW_WELCOME_BOX
to no.
Syntax :
from pytextgame.components import dat
dat.SHOW_WELCOME_BOX = False
#Do this before making the playground object
# Rest of you code...
[!WARNING]
This package has been tested on Python 3.11 & 3.12.
Some features are designed only for Windows.[!IMPORTANT]
Project is currently under development.[!NOTE]
Live on PyPi currently.
Documentation coming soon!