Skip to content

Implementation of Art Gallery Problem (Algorithms)

Notifications You must be signed in to change notification settings

jai2dev/DAA-ArtGallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DAA-ArtGallery

Implementation of Art Gallery Problem

Instruction to run

$ python3 -m pip install easygui

$ python3 -m pip install pygame

$ python3 main.py

General Instructions for GUI:

1)Message regarding the program(i.e result,coloring,etc) will be displayed at top of the screen of GUI

2)For navigation in GUI the message will be displayed at the bottom of the screen of GUI

3)Press Esc to exit the GUI screen

Input ways:

1)Input by mouse cursor *to terminate the creation of polygon press enter.

2)Input by input file

While making a input file make sure that the file vertices do make the simple polygon eg. 7 8 i.e (x,y)

10 50

45 63

About

Implementation of Art Gallery Problem (Algorithms)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages