Pular para o conteúdo principal

rOck N' rOll KiTCheN - 1

Wassssuuuuuuupp internects!

Well, how i wakeup so up today, nothing better then a good lunch to get over my hungry!!!

Now, i'm the rOck n rOll cHEf, bringing to you a new plate of my rOck N' rOll kITchEn! Hahahah

113b15eaca8d506d1bfe56eab17c22

Let's start:

1st - Something good to listening while we get in action. Good rock n roll environment is primary to get a good-feeling-rock-plate! 

I choose : Jimi Hendrix & B.B. King - Jam Live @ Generation Club NYC 1968

Don't waste good music, play right now!

2rd - dA tOoLz
- pan
- chop board
- tongue
- knife
- bow

3nd - dA IngReEEEdientS and approximate CoSt

- Extra Virgin Olive Oil:  .10c / 6NZ$.
- Mixed Vegetables: corn, carrot, peas: .40c / 3 NZ$ 
- Vegetables leafs: 1.50 NZ$ / 4 NZ$
- Chicken: 1 NZ$ / 5 NZ$
- seasoned cassava flour: .50c / 5 NZ$
- cheesaaaaaaa: .10c / 10 NZ$

This plate cost me round 3.50NZ$. Not bad!

2012-10-28_11

Then

- I used just one chicken drumstick to my recipe, it's not hard to slice in a tiny pieces. Use your knife and chop board to do it!

- put your pan in a moderate fire, add olive oil, not to much.

- add your already sliced chicken and keep stirring the pan with your tong, avoiding burn your chicken. keep going until color is good enough.

- add a small portion of your mixed vegetables, keep stirring till veges have a good taste;

- then add the seasoned cassava flour and keep fucking stirring

2012-10-28_11

- now, take your bow and put a portion of vege leafs. Add olive oil and make sure is everything mixed and nice.

- meanwhile, your chicken may be ready to go to bow with veges there. Do it.

- mix them well. No you can put some salt or another condiments if you wish.

- put your vege leafs in a plate. note that cassava flour with chicken will be under, don't worry, put them at top of leaves, make sure it's look a nice portion.

- now it's time to cheese. I choose do it with long slices of cheese. Put in a microwave for few sec.

- put your melting-warm cheese at top of vege chicken. Make sure it's all looking good!
2012-10-28_11
2012-10-28_11
2012-10-28_11

That's it!

Enjoy with KoRn!

PS: Yeah, i know that i have a lot of grammar mistakes here. Or may i write in Portuguese and you find a way to understand it? HAUHAUAHUAHUA.

Comentários

Postagens mais visitadas deste blog

Gamasutra's Postmorten: RiverMan Media's MadStone

Aqui vão os meus comentários sobre este postmortem. O jogo em questão, MadStone, foi desenvolvido para a plataforma WiiWare, vindo de um antigo sonho de publicar um jogo para Nintendo (dos fundadores da RiverMan). MadStone é um puzzle 2d, onde as peças vão caindo (assim como tetris) e que custa U$8.00 no WiiWare. Antes de publicar um jogo para WiiWare, a desenvolvedora havia já desenvolvido outros dois jogos casuais para PC, Cash Cow e Primate Panic. Tela do jogo MadStone Bom, vamos às dicas deixadas pelos desenvolvedores: O que funcionou: 1. Correr atrás da Nintendo: Entre contatar a Nintendo e se tornar um desenvolvedor autorizado, os desenvolvedores tiveram que correr um pouco atrás. A primeira lição é justamente essa, não é fácil correr atrás e muitas vezes temos que sair de nossa zona de conforto para conseguir as coisas. 2. Plataforma 2D: A decisão de desenvolver um jogo 2D foi tomada por algumas facilidades como ferramentas de arte mais simples, como o photoshop; Pouco código...

GameDev Tutorial - Basic Circle Chain Engine Using Unity3D Part 1

Circle Chain ( http://www.emanueleferonato.com/stuff/circle_chain/ ) is a simple game developed in 2007 by Emanuele Feronato ( http://www.emanueleferonato.com ) as a monetization test in Flash Games. In fact it's based on Boomshine ( http://www.k2xl.com/games/boomshine/ ) Emanuele has since, ported his game tutorial for lots of platforms: AS3: (complete)  http://www.emanueleferonato.com/2012/02/20/circle-chain-ported-to-as3-with-commented-source-code-available-ready-to-jump-to-the-iphone/ Game Maker: (basic)  http://www.emanueleferonato.com/2012/06/07/circle-chain-engine-made-with-game-maker/ Construct2 HTML5:  http://www.emanueleferonato.com/2012/03/14/html5-version-of-circle-chain-engine-using-scirras-construct2/ Corona SDK:  http://www.emanueleferonato.com/2012/02/24/basic-circle-chain-engine-using-corona-sdk/ Gideros Studio:  http://www.emanueleferonato.com/2012/04/12/basic-circle-chain-engine-using-gideros-studio/ Stencyl:  http://www.emanueleferonato.com/2012/02/29/ba...

GameDev Tutorial - Basic Circle Chain Engine Using Unity3D Part 2

This part 2 is not so detailed like before, so If you need you can see the part 1 here:  http://alxcancado.tumblr.com/post/62482465038/gamedev-tutorial-basic-circle-chain-engine-using Once again I want say that this is my port for Unity3D from Emanuele Feronato's tutorial:  http://www.emanueleferonato.com/2013/05/21/from-zero-to-a-complete-game-with-cocos2d-html5-step-2-mouse-interaction/   Okay, time to put some mouse interaction. 1. add the new textures: red circle, bullet red; configure texture type to advanced, uncheck generate mipmap and filter mode to point. 2. drag and drop the greencircleprefab from prefab folder to the hierarchy. drag and drop the red circle texture to this and rename to RedCircle. Remove the GreenCricle script from it. We will create a script to this object later. 3. But we still need create our Bullet prefab. To make it simple, just duplicate the RedCircle object from hierarchy panel with Command+D or (Control+D in windows?). Then rename this ...