Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCoffey committed Oct 17, 2014
1 parent 42fd560 commit 57e5b05
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions dungeon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,14 @@ def full_description
end
end
end

#Dialog when game just start
gretting = Dungeon::Gretting.new
gretting.game_init




#Player Chose their class
new_player = Dungeon::Player.new("#{@name}")
puts new_player.type_player


# Create the main dungeon object
my_dungeon = Dungeon.new("#{@name}")
# Add rooms to the dungeon
Expand Down

0 comments on commit 57e5b05

Please sign in to comment.