Download presentation
Presentation is loading. Please wait.
1
Kakuro Puzzles game Chang-Yin Lin CS491B December 8 2006
2
Introduction Kakuro is a kind puzzle game and a kind of cross sums game.
3
In kakuro Integer Problem Matrix Sums
4
Sum (min value) 3 = 1, 2 6 = 1, 2, 3 10 = 1, 2, 3, 4 15 = 1, 2, 3, 4, 5 21 = 1, 2, 3, 4, 5, 6 28 = 1, 2, 3, 4, 5, 6, 7 36 = 1, 2, 3, 4, 5, 6, 7, 8 45 = 1, 2, 3, 4, 5, 6, 7, 8, 9
5
Sum(Max value) 17 = 9, 8 24 = 9, 8, 7 30 = 9, 8, 7, 6 35 = 9, 8, 7, 6, 5 39 = 9, 8, 7, 6, 5, 4 42 = 9, 8, 7, 6, 5, 4, 3 44 = 9, 8, 7, 6, 5, 4, 3, 2 45 = 9, 8, 7, 6, 5, 4, 3, 2, 1
6
Technology J2SE 5.0
7
Rule Place one digit from 1 to 9 in each empty box so that the sum of the digits in each set of consecutive white boxes is the number appearing to the left of a set or above the set. No number may appear more than once in any consecutive boxes.
8
Core Generator Game
9
Interface Three part Game part Operation part Help part
10
game Component Blue Clue box give information for its left line and down line White empty box(button) put the number into the game
11
Operation Component Restart Reset Check Solution Hint(on/ off)
12
Help (hint/on) Position Possible number Possible combination
13
How to solve 1. Every box have possible numbers and combinations 2. Choice the less possible numbers 3. Choice the less possible combinations 4. Make guess on unsolved cell then come back to step 1
14
Further work Setting difficulty level(generator) square help
15
Questions Demo
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.