meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
qt2010:grp4:start [2010/10/22 13:58]
grp4
qt2010:grp4:start [2010/10/28 15:23] (current)
grp4
Line 13: Line 13:
 Game can be plaid using touch screen or using device movement controlling for peace movements. Game can be plaid using touch screen or using device movement controlling for peace movements.
  
-Game difficulty can be selected between easy to hard.  Difficulty based on mixing pieces. Easy game can be solved about moving 3 pieces and hard can be solved moving pieces 20 times.+Game difficulty can be selected between easy to hard.  Difficulty based on mixing pieces. Easy game can be solved about moving 3 pieces and hard can be solved moving pieces 50 times.
  
 Game can get image on internet and create puzzle based on that image. Game is solved when player sees similar image than the original.  Game can get image on internet and create puzzle based on that image. Game is solved when player sees similar image than the original. 
Line 22: Line 22:
  
  
-Two player’s game. Connect two phones and two players. Idea is to play against human player and the one who solve the puzzle first is the winner. Main idea is that on the phone screen can be seen two similar game boards. Player can move pieces only on his own board. Player can see opponents board and his piece moves.+Two player’s game. Connect two phones and two players. Idea is to play against human player and the one who solve the puzzle first is the winner. Main idea is that on the phone screen can be seen two similar game boards. Player can move pieces only on his own board. Player can see opponents board and piece movements and both players have the same starting puzzle.
  
 {{:qt2010:grp4:n900_puzzle_and_menu_two_players.png|}} {{:qt2010:grp4:n900_puzzle_and_menu_two_players.png|}}
Line 74: Line 74:
  
 ==== Report document ==== ==== Report document ====
 +{{:qt2010:grp4:report_grp4.pdf|}}
 +
 +{{:qt2010:grp4:eightpuzzle_brochure.pdf|}}
  
 ==== Source Package ==== ==== Source Package ====
Line 81: Line 84:
 === How to run software === === How to run software ===
  
-Unzip eightpuzzle.zip file on selected folder on your computer. Open the eightPuzzle project folder and delete the former eightPuzzle.pro.user file then you can open and start the project. Package contains source code and two puzzle images. You can change image by pressing select image button, finding image and loading it. You can play the game by pressing pieces or by rotating the phone.+Unzip eightPuzzle_V7.zip file to the selected folder on your computer. Start the Nokia Qt Creator and open the eightPuzzle project folder and from there start the eightPuzzle QtProjectfile. Package contains source code and two puzzle images. You can change image by pressing select image button, finding image and loading it. You can play the game by pressing pieces or by rotating the phone.
  
 ===== Conclusion ===== ===== Conclusion =====
  
-Qt contains lot of functions which can be used but it was somehow quite hard to found what you were looking for, too many alternatives. +Qt contains lot of functions which can be used but it was somehow quite hard to find what you were 
- +looking for. When we found appropriate function and got the idea how it works it was quite easy to 
-When we find appropriate function and get the idea how it works it was quite easy add new features in our application+add new features into our application.
- +
-Idea about signals and slots was quite easy to understand and use.+
  
 +Signals and slots was quite easy to understand and use.