Skip to main content

A package used to calculate the strength of the ddtank game.

Project description

ddtcurve

A package used to calculate the strength of the ddtank game.


Examples are as follows:

import ddtcurve as ddtc

result = ddtc.predict(65, 0, 10, 0)
print(result)

result = ddtc.predict(65, 1, 10, 0)
print(result)

result = ddtc.predict(65, 0, 10, 1)
print(result)

Output:

56.984355730170684
54.693446341504185
58.14777549325182

Remarks:

There are many authors who have contributed to this package. :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ddtcurve-0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

ddtcurve-0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page