Skip to content

Instantly share code, notes, and snippets.

View Angeldude's full-sized avatar

Angel Vanegas Angeldude

View GitHub Profile
#dictators' names
Mexico = "Porfirio Diaz"
Guatemala = "Manuel Estrada Cabrera"
Turkey = "Mustafa Kemal Ataturk"
Italy = "Benito Mussolini"
USSR = "Josef Stalin"
Germany = "Adolf Hitler"
Spain = "Francisco Franco"
Yugoslavia = "Jozef Bros Tito"
require "./do.rb"
def deadstart()
puts "Xx"*50
puts "You are now in the afterlife"
which
end
def which
puts "Do you want to go to hell?"
require "./repl_game_methods.rb"
include ReplGameMethods
run_game
@the-ginsberg
the-ginsberg / Russian_Roulette_Game.rb
Last active August 29, 2015 14:24
REPL Game v4.0
require "./rr_refactor_module_v4"
include RussianRouletteMod
@again = true
while @again == true
introduction
end
module Constantinople
# Global variables for battle engines
$luck_factor = 0.20
$theodosian_walls = 15_000
$ottoman_army = 200_000
$eastern_roman_army = 15_000
$city_pop = 50_000
$western_reinforcements
$wall_damage