Skip to content

Commit

Permalink
just a bunch of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmj committed Sep 23, 2016
1 parent 73d15fe commit 22616f4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion PythonCrawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,20 @@
# 004. teach NPCs to move
# 005. teach NPCs to move with different motivations
# 006. let PC and NPC fight
# 06a. log hero deaths
# 007. build out different types and behaviors of NPCs
# 008. OPTIONAL allow PCs to be programmed by user
# 009. allow PC to level up
# 010. allow PC to go to different floor
# 010. allow PC to go to different floor

print ("##############################################################")
print ("##### Welcome to Python Crawler ############################")
print ("##############################################################")

pcName = input("Please Name your hero\(ine\):")


print (pcName, "has died.")
print ("##############################################################")
print ("###That's it, all the code I've written#######################")
print ("##############################################################")

0 comments on commit 22616f4

Please sign in to comment.