Skip to content

Conversation

@kellymanahans
Copy link

@kellymanahans kellymanahans commented Aug 1, 2018

Day 1

  • hello
  • bignum
  • datatypes
  • modules
  • printf
  • lists
  • typles
  • slice
  • comp
  • dicts
  • func
  • args
  • scope
  • fileio
  • cal
  • cal stretch
  • obj

Day 2

  • Put the Room class in room.py based on what you see in adv.py
  • Put the Player class in player.py
  • Follow the instructions adv.py
  • Figure out what all those .pyc files are that appear after you successfully run the program.

Day 3

  • Add items to the game that the user can carry around
  • Make rooms able to hold multiple items
  • Make the player able to carry multiple items
  • Add two-word commands to the parser
  • Add the get and drop commands to the parser

Day 4

  • Add scoring
  • Subclass items into treasures
  • Subclass items into light sources
  • Add methods to notify items when they are picked up or dropped
  • Add light and darkness to the game
  • stretch goals

@frankfaustino
Copy link

Awesome! Good start so far 🙌

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