Simple Counter-Strike-like console
Posted: Fri Aug 22, 2014 11:20 am
Hi guys,
I just wanted to share with you my first little module for Love: https://github.com/hamsterready/love-console
It is simple console which appears at the top of the game window and displays logs or whatever you want it to do. It has simple mechanics to grab input from user and (optional) callback to handle it according to your needs (for instance one can use Lua loadstring() to change state of the game for debugging, etc...).
Docs, generic screenshot and demo at github.
Cheers,
I just wanted to share with you my first little module for Love: https://github.com/hamsterready/love-console
It is simple console which appears at the top of the game window and displays logs or whatever you want it to do. It has simple mechanics to grab input from user and (optional) callback to handle it according to your needs (for instance one can use Lua loadstring() to change state of the game for debugging, etc...).
Docs, generic screenshot and demo at github.
Cheers,