bgreeneaka / zorkul

Automatically exported from code.google.com/p/zorkul
0 stars 0 forks source link

Refactor zork code to have clean methods for accessing items #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the zork code is doing other functions in the code that retreives 
items from the vector.

This needs to be cleaned up so that the functions are simple getters and 
setters. 

Any functionality lost in the process of refactoring the functions must be 
reimplemented as new functions

Original issue reported on code.google.com by eoghangr...@gmail.com on 11 Feb 2014 at 1:03