This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Game | |
@@rightwrong = ['Seriously? NO!', 'ZOMG no nNOOOO!', 'Are you blind? WRONG', 'Maybe math isn\'t your thing'] | |
def challenge(ans) | |
ans == $stdin.gets.chomp.to_i | |
end | |
def new_turn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<style> | |
body { | |
margin: 0px; | |
padding: 0px; | |
} | |
</style> | |
</head> |