I have tried to build this game with keyboard only controls in mind. Now that I am designing the Trade menu/interface…I find myself at an impass.
Do you, the javagaming community, think it is too much to ask a player to type in something like this to initiate a “buy” at a trade station? (b=buy, s=sell)
1,27,15,b
or for mutliple transactions
1,27,15,b,2,33,50,s
This is after providing the player with a list of products available for sale and a list of his cargo.
Keep in mind I woulf prefer not to get into mouse capture at this point, as I have not used it at all so far, and it is a full screen app.
Thanks
M