K-Mistele / seeker-of-the-sword

ascii-character adventure code written into console via python
Other
5 stars 0 forks source link

Mob AI, Core Gameplay #35

Closed K-Mistele closed 6 years ago

K-Mistele commented 6 years ago

The Core Gameplay Pull Request

Key Features:

Remaining Features to Add

Likely Problems

amistele commented 6 years ago

Why are you merging this into master and not develop? That isn't right, develop is way ahead of master and merging into master and then develop into master would throw the most merge conflicts in the history of merge conflicts maybe ever.

amistele commented 6 years ago

Also, just change system("clear") to system(clear_command) - the variable doesn't exist in your branch, but it will work once merged into develop-- NOT master!

K-Mistele commented 6 years ago

@amistele changed base branch to develop/core-gameplay

K-Mistele commented 6 years ago

@Michael-N It's just an issue with the way that the keyboard module works. It does it with the inventory screen too.