This is a neat game - it's called Icosien. If you know graph theory then essentially the goal of the game is to draw a Eulerian path (a path that visits each edge exactly once) in the given graph.

"I was watching a travel show a while back -- they were in Korea, and a group of people were playing a drinking game. The way it worked was, one person was "it". This person says something like, "ready, set..." then points at one other player and calls out a number (call it x) between 2 and n (where n is the number of people playing). At the same time, everyone else also points at one other player. Then, for whatever number got call out, you jump that many steps from the "it" person, and that person has to drink. So if I call out "two" and point at Joe, and Joe points at Bob, then Bob has to drink.
I think the game is pretty interesting, mathematically, and could easily be adapted to be a game for kids. It's especially interesting when you relax the x<=n rule. One interesting thing I found: with n=3, if you call x=7, you are guaranteed to stick the player you initially point at, no matter who points to whom.
Some interesting questions to ponder about it:Hint for questions 1 and 2: prime numbers come in to play!"
- Without the x<=n rule, what is the smallest number the 'it' person can call that guarantees he will not stick himself?
- With the x<=n rule in place, what is the safest number to call for any given n, if the other players choose randomly?
- If you're TRYING to lose, what number should you call, both with and without the x<=n rule?
- What are the odds of winning or losing, for all the answers above?

"He said the aim had been to make an integral part of the games "really challenging kinds of maths" and not just mental arithmetic.I went to the website and it's pretty damned cool!! Go have some fun!
A number of schools in London as well as Tennessee in the United States are trying out the website, which includes a game called "Save Our Dumb Planet," where children have to enter coordinates on a graph to aim a missile at an asteroid heading for the Earth.
"I think the teachers have been very impressed by the depth of the mathematics that we have managed to embed in these games. You can only get a high score if you do the maths," Du Sautoy said.
He said the game was a good example of the sort of maths that real scientists use, in this case to chart the course of a spaceship through the solar system."


It was created in 2006 by some guy named Jay Horowitz in Ohio. You can buy it at Barnes and Noble and some other places. In what follows we briefly describe how to solve it...


There is a flaw in World of Warcrafts statistics for "Total gold acquired". A couple years ago, players discovered that the most a character can hold is 2^31 (or 2147483648) copper pieces of currency. This is what is known as the "gold cap" in World of Warcraft. A single character cannot hold more gold than this in his backpack, otherwise an error is reported.



Another task we had on paper was for the kids to design an air flight pathway between airports, where the airports are fixed 'vertices', and the flight paths ('edges') can't overlap to avoid crashes.