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

Draw a table representing the prisoner.s dilemma game, 1. (a) True or False...

1. (a) True or False: If a 2x2 game has a unique pure strategy Nash Equilibrium, then both players always have dominant strategies. (b) Draw a table representing the Prisoner.s Dil

Ship, Ship, Captain and Crew (sometimes called Ship, Captain and Mate) was ...

Ship, Captain and Crew (sometimes called Ship, Captain and Mate) was a popular bar game played for drinks with five dice and throwing cup. Each player gets three throws. He has to

Find a bayesian nash equilibrium, In Bontemps, Louisiana there are only two...

In Bontemps, Louisiana there are only two places to spend time: Merlotte's bar and Fangtasia. Sookie and Eric have made plans to spend Friday night together, but they never decided

Games with sequential moves, Games with Sequential Moves Most students ...

Games with Sequential Moves Most students find the idea of rollback very simple and natural, even without drawing or understanding trees. Of course, they start by being able to

Normal kind, The normal kind may be a matrix illustration of a simultaneous...

The normal kind may be a matrix illustration of a simultaneous game. For 2 players, one is that the "row" player, and also the different, the "column" player. Every rows or column

Find the quantities that firm is selling – equilibrium price, 1. Two firms,...

1. Two firms, producing an identical good, engage in price competition. The cost functions are c 1 (y 1 ) = 1:17y 1 and c 2 (y 2 ) = 1:19y 2 , correspondingly. The demand functi

Minimum bid, A minimum bid is that the smallest acceptable bid in an auctio...

A minimum bid is that the smallest acceptable bid in an auction. a gap bid, the primary bid placed within the auction, should be a minimum of as high because the minimum bid or the

Find the nash equilibria of game - bimatrix of strategies, Players 1 and 2 ...

Players 1 and 2 are bargaining over how to split one dollar. Both players simultaneously name shares they would like to keep s 1 and s 2 . Furthermore, players' choices have to be

Nash equilibrium, Consider a game in which player 1 chooses rows, player 2 ...

Consider a game in which player 1 chooses rows, player 2 chooses columns and player 3 chooses matrices. Only Player 3''s payoffs are given below. Show that D is not a best response

Schedule bid , A bid that indicates totally different costs for various qua...

A bid that indicates totally different costs for various quantitites of the item offered for sale. A series of price-quantity mixtures is tendered to the auctioneer.

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