User profile: nuderobmonkey

User info
User name:nuderobmonkey
Old user name:diddeldidum
History
Joined:
Number of posts:640
Latest posts:

invitation to hunt_the_wumpus refactoring
[quote]Also, if you didn't use std::cin for your input, you could navigate with arrow keys.[/quote] ...

invitation to hunt_the_wumpus refactoring
Thank you all so far for your hints and suggestions. I tried to use all of the suggestions for where...

invitation to hunt_the_wumpus refactoring
I have re-coded the console based game Hunt_the_wumpus, just for fun. There I had several considerat...

Sorting a List With Nodes
[code] .... // Less than bool node::operator < (const node& n) { if (last < n.last) return true;...

How to construct a closed dodecahedronal graph?
Maybe there is a misunderstanding. The 'rooms' and the whole cave should have no spatial dimensions....