8000 GitHub - rentierek/pytft: tft simulator python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rentierek/pytft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTFT Core - Python Teamfight Tactics Simulator

A modular Python-based simulator for Teamfight Tactics (TFT) game mechanics.

Project Structure

.
├── data/               # JSON files for game data
│   ├── items/         # Item statistics and properties
│   ├── traits/        # Trait effects and synergies
│   └── units/         # Unit statistics and abilities
├── src/               # Source code
│   ├── core/          # Core simulation logic
│   │   ├── unit.py    # Unit class implementation
│   │   └── board.py   # Board/field management
│   ├── frontend/      # Frontend implementation
│   └── backend/       # Backend services
├── tests/             # PyTest test files
├── utils/             # Utility functions
│   └── math/          # Mathematical utilities
├── simulation/        # Simulation tools
│   ├── analysis/      # Battle analysis tools
│   └── batch/         # Batch simulation runner
└── docs/              # Documentation
    ├── glossary.md    # Project glossary
    ├── roadmap.md     # Development roadmap
    └── design/        # Design decisions

Requirements

  • Python 3.8+
  • Additional requirements will be listed in requirements.txt

Installation

TBD

Usage

TBD

Development

TBD

License

TBD

About

tft simulator python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0