seewahtse / space-invaders

built a basic space invaders game
0 stars 0 forks source link

Followed the installation instructions but cannot install #1

Open chitsuenchan opened 1 year ago

chitsuenchan commented 1 year ago

Hi there,

I really want to play space invaders. It brings back my childhood memories. However, I cannot get it installed, the do the following actions:

I cloned the repository and ran the command 'pip install -r requirements'.

image

seewahtse commented 1 year ago

yo - you dont need pygame actually haha - you only need these libraries, I think they are all built in. so run it without installing the requirements

import turtle import os import math import random

On Sun, Jun 25, 2023 at 12:40 PM chitsuenchan @.***> wrote:

Hi there,

I really want to play space invaders. It brings back my childhood memories. However, I cannot get it installed, the do the following actions:

I cloned the repository and ran the command 'pip install -r requirements'.

[image: image] https://user-images.githubusercontent.com/65850393/248529153-d875b864-8e74-453a-bf01-e53fa064426a.png

— Reply to this email directly, view it on GitHub https://github.com/seewahtse/space-invaders/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4YNORZO6MUB3227LUZRGGTXM66KPANCNFSM6AAAAAAZS5CQ2U . You are receiving this because you are subscribed to this thread.Message ID: @.***>

chitsuenchan commented 1 year ago

Thanks Mr. SeewaTse for your Swift reply.

I'm running MacOS and found the solution to it was running the command 'brew install python-tk@3.11'

It works now :)