lua-users home
lua-l archive

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


On Fri, Dec 11, 2009 at 05:14:41PM +0530, Sudhindra Murthy wrote:
> Yep, Bulat is right. I will plugin the rest of the stuff to make it work.
> 
> 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.

FWIW try http://malete.org/tar/slnspider

A spider-style card game running in a UTF-8 xterm
which supports stty -raw and mouse reporting in
345 lines of pure Lua (with os.execute("stty raw -echo"))


enjoy