Mine Sweeper : Game « Tiny Application « Java

Home
Java
1.2D Graphics GUI
2.3D
3.Advanced Graphics
4.Ant
5.Apache Common
6.Chart
7.Class
8.Collections Data Structure
9.Data Type
10.Database SQL JDBC
11.Design Pattern
12.Development Class
13.EJB3
14.Email
15.Event
16.File Input Output
17.Game
18.Generics
19.GWT
20.Hibernate
21.I18N
22.J2EE
23.J2ME
24.JDK 6
25.JNDI LDAP
26.JPA
27.JSP
28.JSTL
29.Language Basics
30.Network Protocol
31.PDF RTF
32.Reflection
33.Regular Expressions
34.Scripting
35.Security
36.Servlets
37.Spring
38.Swing Components
39.Swing JFC
40.SWT JFace Eclipse
41.Threads
42.Tiny Application
43.Velocity
44.Web Services SOA
45.XML
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
SCJP
Java » Tiny Application » GameScreenshots 
Mine Sweeper
Mine Sweeper

import java.awt.AWTEvent;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.Insets;
import java.awt.Point;
import java.awt.Toolkit;
import java.awt.event.AWTEventListener;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;

import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;

/**
 *
 @author Aniruddha Dutta Chowdhury
 * @googleProfile http://www.google.com/profiles/a.d.chowdhury
 * @blog http://adchowdhury.blogspot.com/
 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@   @@@@@@@@@@@@@@@@@@@@@@@@@@  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  @@@@@@@@@@@@@@  @@@@@  @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@   @@@@@@@@@@@@@@@@@@@@@@@@@@  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  @@@@@@@@@@@@@@  @@@@@  @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@  @  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  @@@@@@@@@@@@@@  @@@@@  @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@  @  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  @@@@@@@@@@@@@@  @@@@@  @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@   @   @@@@@@@@@  @@    @@@@@@@  @@@@@  @   @@@@@  @@@@@@  @@@@@@@@    @@  @@@@@@@@    @@  @@@@@  @@    @@@@@@@@@@     @@@@@@
@@@@@@  @@@  @@@@@@@@@  @      @@@@@@  @@@@@      @@@@@  @@@@@@  @@@@@@@         @@@@@@@         @@@@@  @      @@@@@@@        @@@@@
@@@@@@  @@@  @@@@@@@@@    @@@   @@@@@  @@@@@   @@@@@@@@  @@@@@@  @@@@@@   @@@    @@@@@@   @@@    @@@@@    @@@   @@@@@   @@@@   @@@@
@@@@@  @@@@@  @@@@@@@@   @@@@@  @@@@@  @@@@@  @@@@@@@@@  @@@@@@  @@@@@@  @@@@@   @@@@@@  @@@@@   @@@@@   @@@@@  @@@@@  @@@@@@  @@@@
@@@@@  @@@@@  @@@@@@@@  @@@@@@  @@@@@  @@@@@  @@@@@@@@@  @@@@@@  @@@@@  @@@@@@@  @@@@@  @@@@@@@  @@@@@  @@@@@@  @@@@@@@@@@@@@  @@@@
@@@@@  @@@@@  @@@@@@@@  @@@@@@  @@@@@  @@@@@  @@@@@@@@@  @@@@@@  @@@@@  @@@@@@@  @@@@@  @@@@@@@  @@@@@  @@@@@@  @@@@@@@@@@     @@@@
@@@@           @@@@@@@  @@@@@@  @@@@@  @@@@@  @@@@@@@@@  @@@@@@  @@@@@  @@@@@@@  @@@@@  @@@@@@@  @@@@@  @@@@@@  @@@@@@@        @@@@
@@@@           @@@@@@@  @@@@@@  @@@@@  @@@@@  @@@@@@@@@  @@@@@@  @@@@@  @@@@@@@  @@@@@  @@@@@@@  @@@@@  @@@@@@  @@@@@@    @@@  @@@@
@@@   @@@@@@@   @@@@@@  @@@@@@  @@@@@  @@@@@  @@@@@@@@@  @@@@@@  @@@@@  @@@@@@@  @@@@@  @@@@@@@  @@@@@  @@@@@@  @@@@@  @@@@@@  @@@@
@@@  @@@@@@@@@  @@@@@@  @@@@@@  @@@@@  @@@@@  @@@@@@@@@  @@@@@   @@@@@@  @@@@@   @@@@@@  @@@@@   @@@@@  @@@@@@  @@@@@  @@@@@@  @@@@
@@@  @@@@@@@@@  @@@@@@  @@@@@@  @@@@@  @@@@@  @@@@@@@@@   @@@    @@@@@@   @@@    @@@@@@   @@@    @@@@@  @@@@@@  @@@@@   @@@    @@@@
@@  @@@@@@@@@@@  @@@@@  @@@@@@  @@@@@  @@@@@  @@@@@@@@@@      @  @@@@@@@      @  @@@@@@@      @  @@@@@  @@@@@@  @@@@@@         @@@@
@@  @@@@@@@@@@@  @@@@@  @@@@@@  @@@@@  @@@@@  @@@@@@@@@@@    @@  @@@@@@@@    @@  @@@@@@@@    @@  @@@@@  @@@@@@  @@@@@@@    @@@  @@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*
*/

public class MineSweeper extends JPanel implements AWTEventListener, ActionListener {

  public static enum State {
    Clicked, Marked, Initial, WrongMarked
  }

  public static enum GameState {
    NotStarted, Playing, Finished
  }

  private static final int  MAX_BOMB_COUNT  = 10;
  private int          ROWS      = 9, COLUMNS = 9, TOTAL = ROWS * COLUMNS;
  private JPanel        pnlMain      = new JPanel(new GridLayout(ROWS, COLUMNS));
  private JLabel        lblBombCount  = new JLabel(MAX_BOMB_COUNT + "");
  private JLabel        lblTimer    = new JLabel("0");
  private boolean        isColorCheatOn  = false;
  private JButton        btnReset    = new JButton("Reset");

  private void startThread() {
    Thread th = new Thread(new Runnable() {
      public void run() {
        while (state == GameState.Playing) {
          lblTimer.setText((Long.parseLong(lblTimer.getText()) 1"");
          lblTimer.updateUI();
          try {
            Thread.sleep(1000);
          catch (InterruptedException e) {
            e.printStackTrace();
          }
        }
      }
    });
    th.start();
  }

  private GameState  state  = GameState.NotStarted;

  public MineSweeper() {
    setLayout(new BorderLayout());
    add(pnlMain, BorderLayout.CENTER);
    createButtons();
    addControlPanel();
    Toolkit.getDefaultToolkit().addAWTEventListener(this, AWTEvent.KEY_EVENT_MASK);
  }

  private void showAbout() {
    JOptionPane.showMessageDialog(this, "<html>Author : Aniruddha Dutta Chowdhury <br>Version : 1.0</html>""About", JOptionPane.INFORMATION_MESSAGE);
  }

  private void restartGame() {
    state = GameState.NotStarted;
    lblTimer.setText("0");
    pnlMain.removeAll();
    createButtons();
    pnlMain.updateUI();
    lblBombCount.setText("" + MAX_BOMB_COUNT);
    lblBombCount.updateUI();
  }

  private void addControlPanel() {
    JPanel pnlTimer = new JPanel(new FlowLayout(FlowLayout.RIGHT));

    pnlTimer.add(lblTimer);

    JPanel pnl = new JPanel(new FlowLayout(FlowLayout.CENTER));

    btnReset.setToolTipText("<HTML>Press <B>F2</B> to reset the current game</HTML>");
    pnl.add(lblBombCount);
    pnl.add(btnReset);
    JPanel pnlN = new JPanel(new GridLayout(13));

    pnlN.add(lblBombCount);
    pnlN.add(pnl);
    pnlN.add(pnlTimer);
    add(pnlN, BorderLayout.NORTH);
    btnReset.addActionListener(this);
  }

  private void createButtons() {
    List<Point> lstBombsLocation = new ArrayList<Point>();

    for (int row = 0; row < ROWS; row++) {
      for (int col = 0; col < COLUMNS; col++) {
        JButton btn = getButton(lstBombsLocation, TOTAL, new Point(row, col) {
          @Override
          public String toString() {
            return (intgetX() ", " (intgetY();
          }

          @Override
          public boolean equals(Object obj) {
            return ((Pointobj).getX() == getX() && ((Pointobj).getY() == getY();
          }
        });
        pnlMain.add(btn);
      }
    }
    while (lstBombsLocation.size() < MAX_BOMB_COUNT) {
      updateBomds(lstBombsLocation, pnlMain.getComponents());
    }
    for (Component c : pnlMain.getComponents()) {
      updateBombCount((GameButtonc, pnlMain.getComponents());
    }
    // System.out.println("Total Bomb Count: " + lstBombsLocation.size());
  }

  private void updateBomds(List<Point> lstBombsLocation, Component[] components) {
    // int currentPosition = new Double(((location.x) * COLUMNS ) +
    // location.getY()).intValue();
    Random r = new Random();
    for (Component c : components) {
      Point location = ((GameButtonc).getPosition();
      int currentPosition = new Double(((location.x* COLUMNS+ location.getY()).intValue();
      int bombLocation = r.nextInt(TOTAL);
      if (bombLocation == currentPosition) {
        ((GameButtonc).setBomb(true);
        lstBombsLocation.add(((GameButtonc).getPosition());
        return;
      }
    }
  }

  private GameButton getButton(List<Point> lstBombsLocation, int totalLocations, Point location) {
    GameButton btn = new GameButton(location);
    btn.setMargin(new Insets(0000));
    btn.setFocusable(false);
    if (lstBombsLocation.size() < MAX_BOMB_COUNT) {
      if (isBomb()) {
        btn.setBomb(true);
        lstBombsLocation.add(location);
      }
    }
    btn.addMouseListener(new MouseAdapter() {
      @Override
      public void mouseClicked(MouseEvent mouseEvent) {
        if (state != GameState.Playing) {
          state = GameState.Playing;
          startThread();
        }
        if (((GameButtonmouseEvent.getSource()).isEnabled() == false) {
          return;
        }
        if (mouseEvent.getButton() == MouseEvent.BUTTON1) {
          if (((GameButtonmouseEvent.getSource()).getState() == State.Marked) {
            ((GameButtonmouseEvent.getSource()).setState(State.Initial);
            lblBombCount.setText((Long.parseLong(lblBombCount.getText()) 1"");
            ((GameButtonmouseEvent.getSource()).updateUI();
            return;
          }
          ((GameButtonmouseEvent.getSource()).setState(State.Clicked);
          if (((GameButtonmouseEvent.getSource()).isBomb()) {
            blastBombs();
            return;
          else {
            if (((GameButtonmouseEvent.getSource()).getBombCount() == 0) {
              updateSurroundingZeros(((GameButtonmouseEvent.getSource()).getPosition());
            }
          }
          if (!checkGameState()) {
            ((GameButtonmouseEvent.getSource()).setEnabled(false);
          }
        else if (mouseEvent.getButton() == MouseEvent.BUTTON3) {
          if (((GameButtonmouseEvent.getSource()).getState() == State.Marked) {
            ((GameButtonmouseEvent.getSource()).setState(State.Initial);
            lblBombCount.setText((Long.parseLong(lblBombCount.getText()) 1"");
          else {
            ((GameButtonmouseEvent.getSource()).setState(State.Marked);
            lblBombCount.setText((Long.parseLong(lblBombCount.getText()) 1"");
          }
        }
        ((GameButtonmouseEvent.getSource()).updateUI();
      }
    });
    return btn;
  }

  private boolean checkGameState() {
    boolean isWin = false;
    for (Component c : pnlMain.getComponents()) {
      GameButton b = (GameButtonc;
      if (b.getState() != State.Clicked) {
        if (b.isBomb()) {
          isWin = true;
        else {
          return false;
        }
      }
    }
    if (isWin) {
      state = GameState.Finished;
      for (Component c : pnlMain.getComponents()) {
        GameButton b = (GameButtonc;
        if (b.isBomb()) {
          b.setState(State.Marked);
        }
        b.setEnabled(false);

      }
      JOptionPane.showMessageDialog(this, "You win the game :D""Congrats", JOptionPane.INFORMATION_MESSAGE, null);
    }
    return isWin;
  }

  private void updateSurroundingZeros(Point currentPoint) {
    Point[] points = getSurroundings(currentPoint);

    for (Point p : points) {
      GameButton b = getButtonAt(pnlMain.getComponents(), p);
      if (b != null && b.getBombCount() == && b.getState() != State.Clicked && b.getState() != State.Marked && b.isBomb() == false) {
        b.setState(State.Clicked);
        updateSurroundingZeros(b.getPosition());
        b.updateUI();
      }
      if (b != null && b.getBombCount() && b.getState() != State.Clicked && b.getState() != State.Marked && b.isBomb() == false) {
        b.setEnabled(false);
        b.setState(State.Clicked);
        b.updateUI();
      }
    }
  }

  private void blastBombs() {
    int blastCount = 0;
    for (Component c : pnlMain.getComponents()) {
      ((GameButtonc).setEnabled(false);
      ((GameButtonc).transferFocus();
      if (((GameButtonc).isBomb() && ((GameButtonc).getState() != State.Marked) {
        ((GameButtonc).setState(State.Clicked);
        ((GameButtonc).updateUI();
        blastCount++;
      }
      if (((GameButtonc).isBomb() == false && ((GameButtonc).getState() == State.Marked) {
        ((GameButtonc).setState(State.WrongMarked);
      }
    }
    lblBombCount.setText("" + blastCount);
    lblBombCount.updateUI();
    state = GameState.Finished;
    JOptionPane.showMessageDialog(this, "You loose the game :(""Game Over", JOptionPane.ERROR_MESSAGE, null);
    for (Component c : pnlMain.getComponents()) {
      GameButton b = (GameButtonc;
      b.setEnabled(false);
    }
  }

  private boolean isBomb() {
    Random r = new Random();
    return r.nextInt(ROWS== 1;
  }

  public static void main(String... args) {
    JFrame fr = new JFrame("MineSweeper");
    fr.setLayout(new BorderLayout());
    fr.add(new MineSweeper());
    fr.setResizable(false);
    fr.setSize(250350);
    fr.setLocationRelativeTo(null);
    fr.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    fr.setVisible(true);
  }

  class GameButton extends JButton {
    private boolean  isBomb    = false;
    private Point  position  = null;
    private int    bombCount  = 0;
    private State  state    = State.Initial;

    public void setState(State state) {
      this.state = state;
      if (getBombCount() == && !isBomb) {
        setEnabled(false);
      }
    }

    public State getState() {
      return state;
    }

    public int getBombCount() {
      return bombCount;
    }

    public void setBombCount(int bombCount) {
      this.bombCount = bombCount;
    }

    public GameButton(Point position) {
      setPosition(position);
      setText(position.toString());
    }

    public Point getPosition() {
      return position;
    }

    public void setPosition(Point position) {
      this.position = position;
    }

    public boolean isBomb() {
      return isBomb;
    }

    public void setBomb(boolean isBomb) {
      this.isBomb = isBomb;
    }

    @Override
    public String getText() {
      if (state == State.Initial) {
        return "";
      }
      if (state == State.Marked) {
        return "\u00B6";
      }
      if (state == State.Clicked) {
        if (isBomb) {
          return "<html><font size='16'><b>*</b></font></html>";
        else {
          if (getBombCount() 0)
            return getBombCount() "";
          else
            return "";
        }
      }
      if (state == State.WrongMarked) {
        return "X";
      }
      return super.getText();
    }

    @Override
    public Color getBackground() {
      if (isColorCheatOn && isBomb) {
        return Color.MAGENTA;
      }
      if (state == State.Clicked) {
        if (isBomb) {
          return Color.RED;
        }
        if (getBombCount() 0) {
          return Color.GREEN;
        }
      }
      if (isEnabled()) {
        return Color.YELLOW.brighter();
      else {
        return super.getBackground();
      }
    }
  }

  private Point[] getSurroundings(Point cPoint) {
    int cX = (intcPoint.getX();
    int cY = (intcPoint.getY();
    Point[] points = new Point(cX - 1, cY - 1)new Point(cX - 1, cY)new Point(cX - 1, cY + 1)new Point(cX, cY - 1)new Point(cX, cY + 1)new Point(cX + 1, cY - 1)new Point(cX + 1, cY)new Point(cX + 1, cY + 1) };
    return points;
  }

  private void updateBombCount(GameButton btn, Component[] components) {
    Point[] points = getSurroundings(btn.getPosition());

    for (Point p : points) {
      GameButton b = getButtonAt(components, p);
      if (b != null && b.isBomb()) {
        btn.setBombCount(btn.getBombCount() 1);
      }
    }
    btn.setText(btn.getBombCount() "");
  }

  private GameButton getButtonAt(Component[] components, Point position) {
    for (Component btn : components) {
      if ((((GameButtonbtn).getPosition().equals(position))) {
        return (GameButtonbtn;
      }
    }
    return null;
  }

  public void eventDispatched(AWTEvent event) {
    if (KeyEvent.class.isInstance(event&& ((KeyEvent) (event)).getID() == KeyEvent.KEY_RELEASED) {
      if (((KeyEvent) (event)).getKeyCode() == KeyEvent.VK_F1) {
        showAbout();
      }
      if (((KeyEvent) (event)).getKeyCode() == KeyEvent.VK_F2) {
        restartGame();
      }
      if (((KeyEvent) (event)).getKeyCode() == KeyEvent.VK_F3) {
        isColorCheatOn = !isColorCheatOn;
        if (state == GameState.Playing) {
          pnlMain.updateUI();
        }
      }

      if (((KeyEvent) (event)).getKeyCode() == KeyEvent.VK_F12) {
        for (Component c : pnlMain.getComponents()) {
          GameButton b = (GameButtonc;
          if (b.isBomb() == false) {
            b.setState(State.Clicked);
          else {
            b.setState(State.Marked);
          }
          b.setEnabled(false);
        }
        checkGameState();
      }
    }
  }

  public void actionPerformed(ActionEvent actionEvent) {
    if (actionEvent.getSource() == btnReset) {
      restartGame();
    }
  }
}

           
       
Related examples in the same category
1.Game Bingo
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.