Skip to content

Commit

Permalink
tada feat. yubachiri
Browse files Browse the repository at this point in the history
  • Loading branch information
threetreeslight committed Jul 24, 2019
1 parent 39f97e1 commit aa20b21
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions game.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
require_relative "dice.rb"

class Game
def main
puts furu
end

def furu
deme1 = Dice.roll
deme2 = Dice.roll
deme3 = Dice.roll
end

end

game = Game.new
game.main

0 comments on commit aa20b21

Please sign in to comment.