19506jk / Nirvana

Written from Louis & Danny's code
Apache License 2.0
2 stars 1 forks source link

Implement new command system #37

Open rainybreeze777 opened 10 years ago

rainybreeze777 commented 10 years ago

Replace the old command system with Key listener in order to be able to press down keys and trigger commands instead of typing

rainybreeze777 commented 10 years ago

Research documentation: Please note that we are using KeyListener class from javax.awt. This class, however, is bound with Swing classes, so it does NOT work separately with commandlines; we are forced to write the graphics first, before key event systems can be replaced