While I was learning Go, I made a little console game – two players on one keyboard:
https://github.com/igroglaz/Hotseat-text-RPG
Hotseat-text-RPG is a local text-based multiplayer role-playing game for two players. Your goal is to defeat the Dragon.
The game is raw, for now I don’t have time to test it.. but it’s playable… good stuff to play with a wife, for example =) Despite the minimalism, there are some interesting ideas. In fact, this is kinda a text-based “board game” 🙂 Just balance it a bit and you can publish it in a “paper” form.
Now I’ll finally start doing my multiplayer game in the browser. Technology chosen, a little mastered, it’s time to move forward.