sudoku

15
Sanzida Akter

Upload: bsc-in-cse-united-international-university-uiu-dhaka

Post on 16-Feb-2017

122 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Sudoku

Sanzida Akter

Page 2: Sudoku

Overview1

Page 3: Sudoku

About Sudoku A Logical game of numbers.

Recreational and increasing focus.

Solving puzzle as a challenge.

No need of calculation or arithmatic skills.

It can be played by both children and adults.

Page 4: Sudoku

Features New Game button allows to get new puzzles

everytime.

Check button allows to check the numbers to place in grid.

Selecting a number by clicking on the given buttons to place a number in grid.

Help on feature help us to place the right number in the grid’s right place.

Page 5: Sudoku

Design and Implementation

2

Page 6: Sudoku
Page 7: Sudoku

PackageS java.awt.event.*;

javax.swing.*;

java.awt.*;

java.util.*;

Import other classes of other packages of this game.

Page 8: Sudoku

New Things I Learn3

Page 9: Sudoku

Usage of new classes and packages.

Learning more about Graphical User Interface

Designing a concept on the basis of algorithm.

Using various classes & packages in a project and use them efficiently.

Page 10: Sudoku

Difficulties4

Page 11: Sudoku

Logic implementation of the game.

Designing the main frame.

Various package usage.

Extending different classes & implementing interfaces

Getting all things work altogether.

Page 12: Sudoku

Improvements

5

Page 13: Sudoku

Design of the mainframe can be improved more.

Adding various input option for the user.

Creating multiple level of the game.

Including more sound to give a good effect.

Logic can be more efficient.

Page 14: Sudoku

Sudoku.jar6

Page 15: Sudoku