Skip to content

Start sequence#30

Open
bramz wants to merge 4 commits into
masterfrom
feature/start-seq
Open

Start sequence#30
bramz wants to merge 4 commits into
masterfrom
feature/start-seq

Conversation

@bramz
Copy link
Copy Markdown
Owner

@bramz bramz commented Jan 6, 2019

No description provided.

@bramz bramz requested a review from jahan-addison January 6, 2019 18:06
Comment thread pharaoh/__main__.py Outdated
def init() -> None:
pygame.init()
screen = pygame.display.set_mode((WIDTH*TILESIZE, HEIGHT*TILESIZE))
screen = pygame.display.set_mode((500, 500))
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why even have width/height variables if you arent going to use them

Comment thread pharaoh/player/identity.py Outdated


def receive_gender() -> str:
gender = input("What is your gender? ")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants