LaurierCS / PHI-TextBasedGameEngine

A text based game engine for creating games
4 stars 1 forks source link

Decide on output format #17

Open jbheard opened 4 years ago

jbheard commented 4 years ago

At the time of writing I think the goal is to make this into a console application. While this is a good idea, we should think carefully about other ways to output games. We could use this as a backend for a web app (See #16), phone app, or write a GUI.

When deciding on output format we should try to make it as decoupled and portable as possible, that way this project can be integrated with other technologies more easily.