FoonLudum Dare ExplorerLD44 → .get_memory()

.get_memory()

By quantumjim

View on ldjam.com

CategoryRankScoreCount
Overall2
Fun2
Innovation2
Theme2
Graphics2
Audio1
Humor1
Mood1

Comments

tezza48 2019-04-30 18:57

Sorry but i was unable to launch the game. I have `Python 3.6.5` installed and `pip 19.0.3`

This is the error that pip runs into when installing the requirements: `Could not find a version that satisfies the requirement qiskit-aer==0.1.1 (from qiskit==0.8.0->-r requirements.txt (line 1)) (from versions: 0.1.0) No matching distribution found for qiskit-aer==0.1.1 (from qiskit==0.8.0->-r requirements.txt (line 1))`

Note: the error when running was not having `pygame` but that's obvious as it's not getting the first one installed.

quantumjim 2019-04-30 21:03

Thanks for trying to run it @tezza48. Looks like this is an issue for some people with a 32 bit OS. Is that true for you?

tezza48 2019-04-30 21:50

@quantumjim nope, I'm on 64 bit Win10.

I will try and have a go getting it running tomorrow after work and report back!

It could very well be an issue related to running multiple python version installs (though my environment is set to py3)

adrien-dittrick 2019-05-01 09:45

Aaaaah I have python but this seems like a real pain to launch anyway X)

tezza48 2019-05-01 20:19

OK, potentially sorted, i had python 3.6 installed but it was the 32 bit for some reason, i've installed 3.7 64 bit because why not; Seems to be installing requirements just fine!

tezza48 2019-05-01 20:56

Hey dude. That was pretty cool and i had to work for it too! using the slash maze is a cool idea and the terrain is fancy. I Don't know much about quantum computing but i'm sure i'll get a good look at the page you provided.

(i tried to play again after my first game (pressed enter after the prompt) and got this error: ``` The island generation procedure is now beginning. The whole process should take around 30 seconds.

Traceback (most recent call last): File ".\run_game.py", line 252, in make_world() File "D:\tezza\Downloads\LD44_Games\get_memory\GetMemoryPygame.py", line 16, in make_world Z, grid = quantum_tartan(Z,0.07) File "D:\tezza\Downloads\LD44_Games\get_memory\WorldBuilder.py", line 241, in quantum_tartan backend = Aer.get_backend('statevector_simulator') NameError: name 'Aer' is not defined ``` Hope you can get it fixed up as it was cool.

quantumjim 2019-05-01 21:03

Thanks!

I'll see what I can do about the bug.