Showing posts with label model. Show all posts
Showing posts with label model. Show all posts

Friday, March 17, 2017

Model House Escape Walkthrough

Model House Escape Walkthrough


Model House Escape Walkthrough
Model House Escape Solution



Here is the full walkthrough solution with step-by-step instructions on how to solve the model house escape point-and-click room escape game.  Tips and hints with detailed explanations provided.
Model House Escape is the 482nd escape game from 123bee.com. When I decided to buy a new house, I took the guidance of the retailer. He took me to a model house which is away from the city. When I enter the house, a big slam at the back of me, the door gets locked automatically. Help me to escape from this model house before something happens miserably…

Model House Escape Walkthrough Starts Here:

You start in the twin-bed bedroom

Open the bottom drawer to take the driller
Take the knife from the bed on the right
Open the locker with the puzzle.  The puzzle is easy to solve.  You need to build a continuous line from the green to the red light.

Take the golden piece from inside.

Go right to the brown-yellow bedroom

Zoom in on the teddy on the floor.
Unzip the heart and take the battery
Open the violin case on the bed, then take the pliers
Open the brown compartment above the bed, then take the box and paper.

Go right to the brown-peach bedroom

Open the cupboard above the bed and take the stone
Open the top drawer on the left.   The puzzle is simple.  Notice the square in the center.  Turn each circle so that the square (in pink quadrant) points to the center.

Take the yellow piece.


Go right to the kitchen

Open the cupboard on the right at the bottom and take the red wire
Open the drawer just left of the stove, then take the handle and metal drill bit.
Zoom in on the drill and add the drill bit.  Take the drill
Open the top left-ish cupboard and take another stone.
Open the top right-ish cupboard and take the tongs hammer.
Open the drawer on the left and take the magnesium stick.

Zoom in on the stove
Add the magnesium stick on the left plate
Use the knife on the magnesium to make a spark
Add the paper to see the code 258:

Go left to the peach-brown bedroom.
Zoom in on the drawer to the right of the bed.
Insert the 2 stones
The drawer will open

Take the orange piece

Go left, left to the 2-bed bedroom.

Zoom in on the hanging-frame
Use the tongs hammer to take the nail out
Take the nail

Zoom in on the briefcase on the bed
Open the briefcase with the code 258
Take the black piece from inside.

Zoom in on the red wire then use the pliers to cut a piece off. Take the piece.

Zoom in on the battery
Add the nail
Add the red wire
Now you will have an electron magnet:

Take the magnet.

Zoom in on the box in your inventory.
Use the drill on it
Use the magnet on it.

Take the piece from the magnet

Zoom in on the red handle
Add the small metal piece
Now you have a screwdriver.  Take the screwdriver.

Zoom in on the black piece.  Add the other pieces.

Take the key.


Go to the brown-yellow bedroom
Zoom in on the picture with the 2 eyes.
Use the screwdriver to remove the screws in the corner
Use the key on the star-hole

Take the boss paper
Read the paper to see the word BOSS.

Zoom in on the top part of the white door.
You will see the letters BOSS and 8055 as the mirror image

Open the door with the code 8055.
(Hint: if it does not open you either did not look at the paper with the word BOSS or you did not look at the top-part of the door with the mirror image)



Well done on a great escape
Hope you enjoyed my walkthrough



Available link for download

Read more »

Wednesday, March 1, 2017

Model Off Duty Get Taylor Hills Top Knot And Camel Sweater Look

Model Off Duty Get Taylor Hills Top Knot And Camel Sweater Look



Photo via: Harpers Bazaar

Model Taylor Hill looks great no matter what, so we are always looking to take a page out of her style book. This time, its all about the cool top knot and camel coat, which come together to create an ultra-cool off-duty look.

Get the look:
+ Demylee Lila Sweater Dress
+ ASOS Lounge Sweater Dress
+ Show Me Your Mumu Sweater Dress
+ Baggu Pebble Leather Crossbody Bag

Available link for download

Read more »

Sunday, January 29, 2017

Model Viewer Controller

Model Viewer Controller


Since the very first time I tried to write codes until two weeks ago I never realize whats so important about having a good abstraction to what we are going to code. My interest in MVC came when I tried thinlet, a tool for Java that separate UI from the business process. While the business place take places at one or some classes, the UI itself being written in an XML file that contain both the UI and its interfaces to the business process.

OK, now what is this MVC really about? In my own words it is: A separation between Model (Data), Viewer (UI), and Controller (The Business Process). Why it is so important anyway? Imagine you build a huge application. When you have reached the latest stage, then the customer ask for some minor changes in requirement. What will happened? A total mess, huge cost... Its probably debatable, but I already tasted it :P

So, hows the implementation of MVC? Simply said, create your application with a will to do this: never mix Model, Viewer, and Controller code in the same place. Create interfaces to connect one to another. This may be a lot of work... but believe me, its worthed :) You can try something like this: User Interface (User Action Called) --> Controller (Update Model) --> Model --> Controller (Update User Interface) --> Interface

Available link for download

Read more »