Game uploaded

Download Dr. Zome's Laboratory here.

Please let me know if you have any issues running it. Thanks!

(log in to comment)

Comments

Ingenious and fun!
Not working on MacOSX 10.6:

Traceback (most recent call last):
  File "run_game.py", line 1, in 
    from src import main
  File "/Local/Games/PyWeek22/DrZome/dr-zomes-laboratory/src/main.py", line 97, in 
    s.draw()
  File "/Local/Games/PyWeek22/DrZome/dr-zomes-laboratory/src/playscene.py", line 177, in draw
    background.draw()
  File "/Local/Games/PyWeek22/DrZome/dr-zomes-laboratory/src/background.py", line 34, in draw
    img = blob.mote(r, 0.01)
  File "/Local/Games/PyWeek22/DrZome/dr-zomes-laboratory/src/blob.py", line 34, in mote
    pygame.surfarray.pixels3d(img)[:,:,:] = m.reshape((N, N, 1)) + numpy.random.rand(N, N, 1)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/surfarray.py", line 194, in pixels3d
    return numpysf.pixels3d (surface)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/_numpysurfarray.py", line 177, in pixels3d
    return numpy_array(surface.get_view('3'), copy=False)
ValueError: unsupport colormasks for 3D reference array
Thanks for the report. Please see the other thread for a fix: https://pyweek.org/d/6127/