Simple Maze Module, made by JJAPDABOTTEAM
Project description
SimpleMaze
Quick Start
from maze import maze
import os
now = os.getcwd()
a = maze()
a.create(200 , 200)
a.save(False , 10 , now + "\\200x200 maze.jpg") # No answer
a.save(True , 10 , now + "\\200x200 maze_answer.jpg") # With answer
Functions
1. self.create(x,y)
create maze and save that maze.
self.maze : data of maze (list)
self.image : data of maze(no answer) image
self.answerImage : data of maze(answer) image
2. self.save(answer,size,location)
make image file with self.image and self.answerImage.
answer : True or False. True, the image have answer
size : the size of one block(px). I recommend 10.
location : the location of file. It is not relative.
made by JJAPDABOTTEAM
- Seol7523
- Mossygoldcoin
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file SimpleMaze_JJAP-1.0.0.3.tar.gz.
File metadata
- Download URL: SimpleMaze_JJAP-1.0.0.3.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf77230eab288786afc83b946321733a3d66504f91d8ccede259af70fad98b94
|
|
| MD5 |
9035eb35ecfb3f8bc01beb528d2c5a93
|
|
| BLAKE2b-256 |
c6058001aa3e5f26d716fe10f5ee475df9e8cb3844ef16d66c298a326ad30a6a
|
File details
Details for the file SimpleMaze_JJAP-1.0.0.3-py3-none-any.whl.
File metadata
- Download URL: SimpleMaze_JJAP-1.0.0.3-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5bef0be898e71f5a9e9810876014ff99adca1d4e5447f0ebd400a0b1bfe0c9c
|
|
| MD5 |
63f3d92f8a8d0b26562c352b4c17e89a
|
|
| BLAKE2b-256 |
b01fad57917acc84dcdd224054f7da1f21216419070ec77a378475df4116a646
|