Thursday, 27 January 2011

Billiard game

I worked on this for fun in 2009.  It was never finished as a game, but I learned from it.  Mostly about lighting, user input and camera movement.  I don't think I will go back to it at any point, this was just to have fun and many things would have to be rewritten.

4 comments:

  1. Hey there, how did you implement the pool stick's motion? Do you mind sharing your code? Thanks.

    ReplyDelete
  2. I'm not sure I understand your question... but I place the pool stick at the balls position, I rotate it according to the Radian value I have and that I increment or decrement depending if the player wants to rotate the stick and then I translate the stick depending on the position of the joystick on the controller.
    Does it answer your question ?

    ReplyDelete
  3. Yes that does answer my question. Thank you. Is your game open source?

    ReplyDelete
  4. Well my game is just made by me... and I stopped working on it a long time ago, now I'm working on that golf game which is also on my blog... nothing is open source, I just wanna talk about my projects with people and get some feedback and stuff like that.

    ReplyDelete