A downloadable game

A small game about downloading games.

Background

This was the first game I did ever publish! I enjoyed making it, but don't expect much ;)

Dependencies

- Python 3.6

- pygame

Source Code

You can download the source code here or at:

https://github.com/blue1stone/Game-Downloading-Simulator


Hope you enjoy it!

Download

Download
Game-Downloading-Simulator-Source-Code.zip 21 kB

Comments

Log in with itch.io to leave a comment.

The game download does not come with an executable. How do i run it?

(1 edit) (+1)

Hey Rattman,

The download does only include the source code, as it is pretty much only a demonstration of my first project. You will need the stuff listed above under DEPENDENCIES to run it. This includes a Python distribution of version 3.6 or later and the library pygame.

Hope this helped, BlueStone.

How do I install pygame? Or is it installed with python?

(+1)

Nope, it is a external library. The best way to install it is through pip, the Python package manager. I recommend taking a look at this tutorial right here: https://youtu.be/AdUZArA-kZw

Hope I helped, BlueStone.

Thank you! That tutorial helped a LOT!

(+1)

No problem, glad I was able to help. :)