Animal puzzle, Game Theory

Assignment Help:

a) This you just have to list all the attributes for the program. i.e. unique id's for puzzle pieces, attributes for the puzzle like a data field for the number of edges, methods that you will use on the puzzle pieces like a rotate method, boolean attributes for tracking which pieces have been used/checked. we also had an array to store the edges in that match the current pieces edges

b) in here we talked about the notation to represent the puzzle piece. I see you have shapes with pictures of pigs on them You will need to have a notation that describes each side i.e. the orientation of the pig, the colour and whether it is a head or tail you could use - T, R, L (a Tail which is red and is pointed left) Therefore a shape could be described by combining 3 of these for a triangle or 8 for the octagon. there are several alternatives to this we figured out the total possible number of different edges i.e. how many different combinatiosn of colour, end/head and orientation there could be (think it was 16) and assigned numbers to them. so 1-8 was for all the heads of different colours and different orientations and then -1 to -8 was for the tails of the same colour and orientation. this was good because when two edges matched adding their number would equal 0 and we would know they matched. we also found it necessary to have a data structure for the pattern that the pieces would form we called this 'slot' and this was used to show connections between pieces that were required to form the final structure.  

c) This is simply formalising the data structure you created in part b. using the data structure for a write a file that can represent a set of pieces. think about whether you want it to all be on one line or be seperated by piece. you need to write it out like you will feed it into the program d) Are you going to use brute force? or is there a more effectient way to do it? For ours we had an array where each index had a piece and that piece had to match with several other indexes piece by matching sides to make the shape. We did this by comparing sides to see if they matched, if they didnt we rotated the piece and checked again, we did this over and over until we found a solution or had checked every piece in every postion in every rotation

our total routine was to initialise variables, i.e. read in the file with piece info, construct a list of possible matches for each edge on each piece then the last step was to match these up and see if the fitted in the slot pattern


Related Discussions:- Animal puzzle

Compute pure strategy and mixed strategy equilibria of game, Ronaldo (Brazi...

Ronaldo (Brazil) kicks a penalty against Casillas (Spain) in the 2006 World Cup nal. Sup- pose that Ronaldo can kick the ball to Casillas' upper left (UL), lower left (LL), upper r

Design mousetrap game board, Three flowcharts and the game board for your m...

Three flowcharts and the game board for your mousetrap game should be submitted. You can use board_design.pdf to help you lay out your board. Basically, you can use any shapes you

Iterated game, When players interact by enjoying an identical stage game (s...

When players interact by enjoying an identical stage game (such because the prisoner's dilemma) varied times, the sport is termed an iterated (or repeated) game. not like a game pl

Animal puzzle, a) This you just have to list all the attributes for the pro...

a) This you just have to list all the attributes for the program. i.e. unique id's for puzzle pieces, attributes for the puzzle like a data field for the number of edges, methods t

Best reply dynamic, The best reply dynamic is usally termed the Cournot adj...

The best reply dynamic is usally termed the Cournot adjustment model or Cournot learning after Augustin Cournot who first proposed it in the context of a duopoly model. Each of two

Edgeworth, Living from 1845 to 1926, Edgeworth's contributions to Economics...

Living from 1845 to 1926, Edgeworth's contributions to Economics still influence trendy game theorists. His Mathematical Psychics printed in 1881, demonstrated the notion of compet

Compute the nash equilibrium, Consider two quantity-setting firms that prod...

Consider two quantity-setting firms that produce a homogeneous good. The inverse demand function for the good is p = A - (q 1 +q 2 ). Both firms have a cost function C = q 2 (a

Explain the financial system terms definitions, Explain the financial syste...

Explain the financial system terms definitions. The Financial System Definitions: Wealth It is sum of Current Savings and Accumulated Savings Financial asset P

Dominated strategy , A strategy is dominated if, no matter what the other p...

A strategy is dominated if, no matter what the other players do, the strategy earns a player a smaller payoff than another strategy. Hence, a method is dominated if it's invariably

First worth auction, An auction during which the bidder who submitted the v...

An auction during which the bidder who submitted the very best bid is awarded the item being sold and pays a worth equal to the number bid. Alternately, in a very procurement aucti

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd