Skip to content

Repository files navigation

This library is currently in beta and can have major API changes

Cell Machine Levels

A library for manipulating modded cell machine level codes.

To install do:

pip3 install cell_machine_levels

Or just pip on some OSes

Level class

Currently supports the main 3 types (V1, V2, V3), support is going to be added for more than just these

Level creation example:

fromcell_machine_levelsimportleveltest=level.Level(10, 10, "test", level.WallEffect.wrap)
print(test.save("V3"))

Level importing example:

fromcell_machine_levelsimportleveltest=level.open("V3;a;a;;;test;2")
print(f"{test.name}: {test.size}, {test.wall_effect}")

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages