Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • This is pretty much what I did, after following @Euphoric 's advice with the Visitor pattern. I also used an interface instead of a class, and added an "execute" function inside each class that implements the interface. The UI currently is command-line based, but that's temporary for testing. Eventually I want to move it to something like Unity or my own Game Engine, which is why I wanted something more generic than a text string. Commented Nov 10, 2015 at 13:05