Conversation
|
@irstupid is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
|
I'd suggest two things to make it better.
|
keys = pygame.key.get_pressed()
if keys[pygame.K_LEFT]:
if state == 2:
playerPos -= 1
else:
card -= 1
if keys[pygame.K_RIGHT]:
if state == 2:
playerPos += 1
else:
card += 1Instead of using for event in pygame.event.get():
if event.type == pygame.QUIT:
pygame.quit()
break
if event.type == pygame.KEYDOWN:
if event.key == pygame.K_SPACE:
#do something |
|
This is cool! I really enjoy the art. It reminds me of Slay the Spire - another game that has to do with using cards as moves in a dungeon! The animations you have there are adorable, and I love the way you draw the goblins. This is very close to getting merged - as @tanmayrajk mentioned, could you add a start screen? Thank you so much for submitting! Can't wait to play this after :D Note: don't open a new PR, just commit changes to this current thread + send a comment when changes have been made! |
my very very very last minute re submission fixing me accidentally adding my entire instillation of circuit python. at least thats how i understand it i have no idea what i'm doing :)