0

Has anyone got a decent example of a game loop for the Sony SmartWatch? The 8 game sample is quite confusing...

68060
  • 298
  • 1
  • 3
  • 15

1 Answers1

1

I suggest you to take a look on the Control API example in the SDK first (which is without any game logic), and try to add your own game logic to that, because I can't really imagine any easier game than the 8 game or tic-tac-toe on a small screen like that.

ytg
  • 1,755
  • 2
  • 23
  • 41