bin/99_game in 99_game-1.0.1 vs bin/99_game in 99_game-1.0.2
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
-require '99'
+require '99_game'
BEGIN { # Rules of the game
puts "\n\t\t\t\tThe Game Of 99\n\t\t\t\t--------------\n\n"
sleep(1)
print "\tWould you like to see the rules? (y/n) => "
begin
@@ -99,6 +99,6 @@
puts "\tYou lose"
break
end
end
__END__
-Programmed by: Zachary Perlmutter
\ No newline at end of file
+Programmed by: Zachary Perlmutter