[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Sample Games for STB
- From: Klaus Ripke <paul-lua@...>
- Date: Fri, 11 Dec 2009 13:25:06 +0100
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