Skip to content

Waity5/cell_machine_levels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cell Machine Levels

A library for manipulating modded cell machine level codes.

Level class

Level creation example:

from cell_machine_levels import level
test = level.Level(10, 10, "test", level.WallEffect.wrap)
print(test.save("V1"))

Level importing example:

from cell_machine_levels import level
test = level.open("V1;10;10;;;test;2")
print(f"{test.name}: {test.size}, {test.wall_effect}")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Makefile 1.4%