lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, 11 Dec 2009 17:14:41 +0530
Sudhindra Murthy <murthy.sudhi@gmail.com> wrote:

> For ex, if the Sudoku game is designed for a PC, it would expect
> keystrokes from the keyboard vs the IR Handler in STB. Will take care
> of such changes (like passing inputs). Need the game with the logic
> in Lua.

There must be a thousand Sodoku games out there you can copy the logic
from; I can't imagine it'd take more than 15-20 minutes to write a
simple implementation which you can then have expose its IO
requirements precisely the way you want them exposed.

B.