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

Game playing in class-2 players take turns choosing a number, Problem:-Two ...

Problem:-Two players take turns choosing a number between 1 and 10 (inclusive), and a cumulative total of their choices is kept. The player to take the total exactly to 100 is the

Evolutionary game theory, Evolutionary game theory provides a dynamic frame...

Evolutionary game theory provides a dynamic framework for analyzing repeated interaction. Originally modeled when "natural models" of fitness, a population might contains folks gen

Game:adding numbers—lose if go to 100 or over (win at 99), GAME Adding Numb...

GAME Adding Numbers—Lose If Go to 100 or Over (Win at 99)   In the second ver- sion, two players again take turns choosing a number be- tween 1 and 10 (inclusive), and a cumulati

Equilibrium, An equilibrium, (or Nash equilibrium, named when John Nash) ma...

An equilibrium, (or Nash equilibrium, named when John Nash) may be a set of methods, one for every player, such that no player has incentive to unilaterally amendment her action. P

Button auction, A form of a Japanese auction (which is a form of an English...

A form of a Japanese auction (which is a form of an English auction) in which bidders hold down a button as the auctioneer frequently increases the current price. Bidders irrevocab

Utility, In any game, utility represents the motivations of players. A util...

In any game, utility represents the motivations of players. A utility perform for a given player assigns variety for each potential outcome of the sport with the property that a be

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

Bid rigging, A practice analogous to price fixing in which auction members ...

A practice analogous to price fixing in which auction members form a ring whose associates agree not to bid against each other, either by discarding the auction or by placing phony

Volunteer''s dilemma , Scenario As described by William Poundstone, imag...

Scenario As described by William Poundstone, imagine that you just notice that electricity has gone out for your entire neighborhood. the electrical company can send somebody to

Airline ticket, why might an airline offer the following deal: you pay 400 ...

why might an airline offer the following deal: you pay 400 for a round trip ticket from here to orlando, but you only pay 300 per ticket if you stayy in orlando includes a saturday

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