Import pygame issue

Tried to import previously working program from downloaded zip backup from repl after lost old account as it was linked to my school email ><

after uploading all the files the repl produces errors for pygame on line 12, however i presumed using the dedicated pygame language option on repl would have had it installed and i am now very stuck

any help would be grateful!
thank you Guys

https://replit.com/@FrankStancliffe/Robin-Hood-Free-Run#
link to my code

try going to shell and typing pip install pygame or poetry add pygame

2 Likes