Closed Paul92 closed 10 years ago
Think about a homogenous and consistent way of registering commands for the CLI library to execute code from the game library.
http://en.wikipedia.org/wiki/Command_pattern - you don't have OOP.
@danij suggested to implement the game logic inside cli library.
I suggested implementing the UI logic inside the cli executable, which will then call the business logic from the main library. It's a subtle difference :)
Add function to get input from user and create a Player.