1. Game ideas:

Can anyone suggest a completely text-based, non graphical, non RPG / Action type game (ex: tic tac toe) that i could make to test my C++ skills? I cant think of any pure text based games. And im not doing Jeopardy .

2. can you put multiple lines of assembler into code like this:

extern "asm" {
// ASM CODE HERE
}

? Thanks all !