Alexandre B A Villares 2020-09-20 00:00:01 -03:00
rodzic 1544d852ca
commit 9a4cc54dbb
2 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -1,7 +1,9 @@
import villares.ubuntu_jogl_fix # you probably don't need this
"""
From a talk by Hamish Campbell
https://pyvideo.org/kiwi-pycon-2013/polycubes-an-exploration-in-problem-solving-w.html
Polycubes searching
Based on Polyominoes code from a talk by Hamish Campbell
https://pyvideo.org/kiwi-pycon-2013/polyominoes-an-exploration-in-problem-solving-w.html
"""
from polycube import Polycube

Wyświetl plik

@ -1,8 +1,10 @@
import villares.ubuntu_jogl_fix
"""
From a talk by Hamish Campbell
https://pyvideo.org/kiwi-pycon-2013/polycubes-an-exploration-in-problem-solving-w.html
Polycubes searching
Based on Polyominoes code from a talk by Hamish Campbell
https://pyvideo.org/kiwi-pycon-2013/polyominoes-an-exploration-in-problem-solving-w.html
"""
from polycube import Polycube