I want to run in the browsera ruby application using ncurses. To do that, I can use JRuby; but what do I replace ncurses with ?
In the Python/Libtcod tutorial on Roguebasin the basic code for controlling your character uses the up down left and right keys. Is there a way to make it use WSAD or any other keys? Libtcod only allo
I can\'t get this movement binding to work.I\'m using the ncurses library, update_ch and oldch are global variables.KEYERR is a macro set to -120 (I just don\'t handle those keypresses).I\'m trying to
For the below code snippet, how do I initialize instances of class Enemy with variables (such as x, y, type)? I have it working correctly, it triggers the instances no matter how many of them I insert
Okay so here\'s a r开发者_运维百科eal mess of a question - I don\'t even entirely know what to search for.
OK, this is going to sound like a crazy idea - but I\'m interested in emulating a 1980s style roguelike game text interface in pure Java, i.e. using Swing or similar.
I\'ve been toying with the idea of building a web-based Roguelike game using Silverlight (or maybe just a desktop game using WPF).