xavenna / con-tbg

A text-based adventure game
MIT License
0 stars 0 forks source link

randword.h issues #3

Open xavenna opened 2 years ago

xavenna commented 2 years ago

First, the function randVerb() returns a random adjective, not a random verb. This isn't necessarily a problem, but it just is bothersome. Secondly, the code is contained in a header. It should be moved to a cpp file so all code is contained in cpp files.