Skip to main content

Python implementation of the JavaScript package 'tetris-fumen'

Project description

py-fumen-py

More Python-ish Python implementation of Knewjade's tetris-fumen

Original project: hsohliyt105's py-fumen

Usage

from py_fumen_py import *

Module

bold names are automatically imported with from py_fumen_py import *

Name Description Importable Names
action Codec for action in a fumen string Action, ActionCodec
comment Codec for comment in a fumen string CommentCodec
constant Constants used in the project FieldConstants, FieldConstants110, FumenStringConstants
field Playing field object Field
fumen_buffer Buffer objects for saved data FumenBuffer, FumenBufferReader, FumenBufferWriter
fumen_codec The Fumen codec decode, encode
js_escape escape() ported from JavaScript escape, unescape, escaped_compare
operation Tetrimino placement object Mino, Rotation, Operation
page Page object Flags, Refs, Page
quiz Quiz object Quiz

Example

  • Decoding
from py_fumen_py import *

pages = decode('v115@9gQ4EeAtBewhR4CeBtBewhg0Q4CeAtglRpwhi0Aeil?RpwhJeAgWSANxiSASowNE1oo2AzyBUAT5AAA')

for i, page in enumerate(pages):
	print(i)
	print(page.field)
  • Encoding
from py_fumen_py import *

field = Field(
	field='\n'.join([
		'S_____Z__I',
		'SS___ZZ__I',
		'JS___ZLOOI',
		'JJJ_LLLOOI',
	]),
	garbage='__________'
)
pages = [Page(
	field=field,
	operation=None,
	comment='MKO you say?',
	flags=Flags(),
	refs=Refs())
]
print(encode(pages))

Difference Compared with tetris-fumen and py-fumen

  • Action encoding and decoding are moved to action
  • Comment encoding and decoding are moved to comment
  • Added FieldConstants110 to constant to accomodate for Fumen version 110
  • decoder and encoder are combined into one fumen-codec module
  • field and inner_field are combined into one field module
  • Action, comment and field reading/writing are moved to fumen_buffer
  • Placement tetrimino enum objects are moved to operation
  • quiz works completely differently (based on instead of tetris-fumen)

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

py_fumen_py-0.0.3.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

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

py_fumen_py-0.0.3-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file py_fumen_py-0.0.3.tar.gz.

File metadata

  • Download URL: py_fumen_py-0.0.3.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.0

File hashes

Hashes for py_fumen_py-0.0.3.tar.gz
Algorithm Hash digest
SHA256 f027e6540016fe9a611c0a26651d63ca0ecd53a92ec22295cee03d7a9f4ec2c1
MD5 c8c8c8f51b48e71ea87474b9370c58ce
BLAKE2b-256 9f5b5f7f90150a9227dd13589a691398ac8bf25057f60de3bfd4d3f30210a878

See more details on using hashes here.

File details

Details for the file py_fumen_py-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: py_fumen_py-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 16.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.0

File hashes

Hashes for py_fumen_py-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bb613bc69cf778b57460a3e1fb3edd50c5cadb3203bd7251c68301daffc78e77
MD5 5587838d2850a27b572879e0478041d9
BLAKE2b-256 ea79fca34fe3a6ddadb52146970e2de6f7eceac199a4f90463017703c919ecab

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