Class: GamesParadise::GUI::Gtk::Minesweeper::MinesweeperGame

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

Overview

GamesParadise::GUI::Gtk::Minesweeper::MinesweeperGame

Constant Summary

Constants included from MinesweeperGameModule

GamesParadise::GUI::Gtk::Minesweeper::MinesweeperGameModule::CHEAT_IMMORTAL, GamesParadise::GUI::Gtk::Minesweeper::MinesweeperGameModule::HEIGHT, GamesParadise::GUI::Gtk::Minesweeper::MinesweeperGameModule::NAMESPACE, GamesParadise::GUI::Gtk::Minesweeper::MinesweeperGameModule::TITLE, GamesParadise::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

#

GamesParadise::GUI::Gtk::Minesweeper::MinesweeperGame.run

#


29
30
31
# File 'lib/games_paradise/gui/gtk3/minesweeper/minesweeper_game.rb', line 29

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