IN3D / Pokemon

Recreation of pokemon, in C#.
0 stars 0 forks source link

playtest gameWorld-Eric branch #24

Closed IN3D closed 10 years ago

IN3D commented 10 years ago

@BradMackey @Daxter304


Hey guys, I've gotten enough of my gameWorld implementation in place that it can be "played". I was hoping you guys could switch into my branch, and test it out. If you find any bugs, please create issues for them.

One thing I can already say is the code needs a serious refactor. It's pretty messy at the moment and I play on correcting that. Otherwise please give me your opinions.

Thanks, Eric

BradMackey commented 10 years ago

It looking nice, I'm not sure of all the commands to do things. I can go between Pallet and Route 1, and from Route 1 to Pallet, as well as go to Viridian City from Route 1 and vice versa. I can pull up the building lists, but is there a way to enter the buildings or is that not in yet?

IN3D commented 10 years ago

@BradMackey , using goin -# the same way you would use goto -# will take you inside of a building. leave obviously takes you out of the building.

BradMackey commented 10 years ago

Alright thanks for that

IN3D commented 10 years ago

playtest was completed