Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Destination: Proxima Centauri bView game page

Needs Python 3.4.3 to run (Pygame installer included with game files)
Submitted by Linnu — 2 days, 15 hours before the deadline
Add to collection

Play game

Destination: Proxima Centauri b's itch.io page

Leave a comment

Log in with itch.io to leave a comment.

Comments

Developer

I suspect that the problem is that when you installed Python, you didn't check the option to integrate it into your system PATH. There are a couple of things you can try to do. Lets start with something where you don't have to install anything new.

  1. Right click on the "dino_jam.py" and choose "Edit with IDLE".
  2. A window with a lot of code should open up.
  3. Click in it to make sure that it is the active window.
  4. Press "F5", which is supposed to run the script.
  5. The game should open.

If that doesn't work, then the issue is probably with Python 3.2. You did download and install Python 3.2, which is not ideal, since this program was built with Python 3.4.3. There "should" not be any conflicts, but I don't know the inner workings of those two versions, so I am no authority on this. But another thing you could do, is to uninstall Python 3.2 and install Python 3.4.3 instead.

Submitted

I'm having trouble getting this to work. I downloaded python 3.2 and installed that, then I ran the installer included in the downloads. However when I double click on "dino jam" a command prompt box instantly opens then closes.