Skip to main content

42-Points-Game

42Points Maintainability codecov PyPI PyPI - Python Version PyPI - License

Python implementation of the fourty-two points game.

Introduction

"42 Points" game is a variation based on the popular and long-lived "24 Points" game. The player should only use addition, subtraction, multiplication, division and parentheses and five integers between 0 and 13 (inclusive) to get 42. It's really simple to understand, as the core of the game still relies on math calculations.

Design Logic

This package is designed to work as a core processing part, providing:

  • Problem database
  • Problem generation (by user / in database)
  • Start / stop the game
  • Timer for solutions
  • Player statistics
  • Equivalent solution detection
  • A bunch of APIs and exceptions

This package is not designed to fully implement everything with the game, so the formatting parts should be written by end-users. But don't worry, the API in this package is enough to create whatever you need.

Usage

As equivalent detection is not a easy issue, we will make several changes to make sure it satisfies our need in the following upgrades. Please just kindly use the latest version.

It's recommended to use pip:

    pip install --upgrade 42Points

But building with setup.py will also work, as no other third-party dependencies are required for this package.

After you have installed the package, you are almost done. If you want to try it out quickly, just open your IDLE (or something like that) and type:

    from ftptsgame import FTPtsGame
    app = FTPtsGame() # initialize
    app.generate_problem(problem=[1, 2, 3, 4, 5]) # generate a problem beforehand
    app.start() # start the game
    app.get_current_problem() # show the problem
    app.solve('2 * 4 * 5 + 3 - 1') # put forward a valid solution
    app.get_current_solutions() # show all solutions
    app.get_remaining_solutions() # show remaining solutions
    app.stop() # stop the game

Well, you can integrate this package into your projects by using just the same way, and you can format problems in all the ways you like.

Exceptions

  • PermissionError: Raised during a status check, some methods must be used in the game, while other can't be used.
  • TypeError: Raised when the problem type is not defined.
  • ValueError: Raised when the parameter of generating a problem is invalid, or a user inputs unmatched numbers.
  • OverflowError: Raised when a user input a too long expression. (greater than 30 characters after beautifying)
  • SyntaxError: Raised when a user input an expression which can't be parsed.
  • ArithmeticError: Raised when a user inputs a wrong answer.
  • LookupError: Raised when a user inputs a repeated answer.
  • Other exceptions will be raised when an input fails built-in parameter checks.

License

This package is licensed under the MIT License.

Contribution

Pull requests and issues are warmly welcomed.

Download files

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

Source Distribution

42Points-1.2.2.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

42Points-1.2.2-py3-none-any.whl (34.9 kB view details)

Uploaded Python 3

File details

Details for the file 42Points-1.2.2.tar.gz.

File metadata

  • Download URL: 42Points-1.2.2.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.7.2

File hashes

Hashes for 42Points-1.2.2.tar.gz
Algorithm Hash digest
SHA256 118da6725a77ea5a9974b38d6a5edce87090d35864ec333e041be9d6f418bd23
MD5 80f162bcc2cf63c2418972f9b7f49ad6
BLAKE2b-256 3a7d8fb021a58e1249abb58a228f1bf4eca4e4ab5563d7aa5687b3bf420a73ee

See more details on using hashes here.

File details

Details for the file 42Points-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: 42Points-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 34.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.7.2

File hashes

Hashes for 42Points-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 840d580438e6ce14b3b0927a447282427ae52f0544b5275ab4cde7e3035caf2f
MD5 c9a616c29d40e025446b2fed62adc076
BLAKE2b-256 b4969d4738fb0bc07ad6199ef62a97aa41075cc6c6d010e7871e0813eb765a3f

See more details on using hashes here.

Supported by

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