Repositories (1)

cascade
1 snippets stored for this repo
write_screen (6, 10,  "'n'       New game against the machine");
  write_screen (8, 10,  "'c'       Connect to another Internet player");
  write_screen (10, 10, "'1' - '5' Select difficulty level, where 1 is easy and");
  write_screen (11, 10, "          5 is bastard mode");
  write_screen (13, 10, "'q'       Quit game");

  sprintf (buffer, "Difficulty: %d", get_difficulty ());