eriksoe / ErlangQuest

Learn Erlang through this set of challenges. An interactive system for getting to know Erlang.
33 stars 6 forks source link

Add pointer to Google Group to the README #16

Closed eriksoe closed 11 years ago

eriksoe commented 11 years ago

Having a GG isn't worth much if it isn't mentioned and linked to from the right places...

pmech commented 11 years ago

I agree :-)

On another tangent... Looking at quest systems in RPG's (Role Playing Games), most often a quest is build from a list of smaller tasks, some which migth be optional. In EQ quests is singular. Maybe we should adopt the more "traditional" way of having quests with tasks. That way a quest will be a container for tasks, similar to campaigns being a container for quests. It will also mean that the user should open/choose a quest, similar to our discussions regarding campaigns.

pmech commented 11 years ago

Back on topic! We should also write a short welcome mail to GG. Just saying hello (world) and maybe state the purpose of the group (this should probably also be in the GG description).