In computer science lessons, we have recently got the task to program something using graphs. Due to my enthusiasm for computer games, i would really prefer to implement a concept for a game. The requirements for the project are:
- the underlying graph mustn't be necessarily planar and it would be better if it's not necessarily plain, too (so you can't simply implement tic-tac-toe for example)
- the underlying concept shouldn't be too hard to understand
- the game should be enjoyable to some extend
- it should be a one-player game
(but only the first requirement is really necessary)
So does anyone have an idea? I'm very grateful about any proposal!
Though I question the on-topicness of this question, how about 9 men's morris?
I love this game and used to play it all the time. It's also generalizable to $n$ men's morris on various sized boards which might be interesting.