Class: GamesAndRpgParadise::GUI::Gtk::Minesweeper::MinesweeperGame

Inherits:
Gtk::Box
  • Object
show all
Includes:
MinesweeperGameModule
Defined in:
lib/games_and_rpg_paradise/gui/gtk3/minesweeper/minesweeper_game.rb

Overview

GamesAndRpgParadise::GUI::Gtk::Minesweeper::MinesweeperGame

Constant Summary

Constants included from MinesweeperGameModule

GamesAndRpgParadise::GUI::Gtk::Minesweeper::MinesweeperGameModule::CHEAT_IMMORTAL, GamesAndRpgParadise::GUI::Gtk::Minesweeper::MinesweeperGameModule::HEIGHT, GamesAndRpgParadise::GUI::Gtk::Minesweeper::MinesweeperGameModule::NAMESPACE, GamesAndRpgParadise::GUI::Gtk::Minesweeper::MinesweeperGameModule::TITLE, GamesAndRpgParadise::GUI::Gtk::Minesweeper::MinesweeperGameModule::WIDTH

Instance Attribute Summary

Attributes included from MinesweeperGameModule

#i_conceal_what

Class Method Summary collapse

Methods included from MinesweeperGameModule

#array_mine_fields?, #become_immortal, #border_size?, #check_for_empty_fields, #check_for_surrounding_blanks, #click_restart_button, #connect_skeleton, #create_a_new_grid_placer, #create_buttons, #create_checkbox, #create_fixed, #create_labels, #create_new_coloured_button, #create_skeleton, #favicon?, #find_mine_field_in_array, #game_over?, #grid_placer?, #immortal_mode?, #initialize, #n_mines?, #padding?, #populate_game_map, #reset, #restart_the_game, #reveal_all, #run, #set_game_over

Class Method Details

.runObject

#

GamesAndRpgParadise::GUI::Gtk::Minesweeper::MinesweeperGame.run

#


30
31
32
# File 'lib/games_and_rpg_paradise/gui/gtk3/minesweeper/minesweeper_game.rb', line 30

def self.run
  ::GamesAndRpgParadise::GUI::Gtk::Minesweeper::MinesweeperGameModule.run
end