diff --git a/inst/topics/tintin-characters.R b/inst/topics/tintin-characters.R new file mode 100644 index 0000000..522e2a7 --- /dev/null +++ b/inst/topics/tintin-characters.R @@ -0,0 +1,39 @@ +## Aim: bingo card proposal for "The Adventures of Tintin" characters in French +## Author: Layal C. Lettry +## Source: https://www.tintin.com/fr/characters + +# French +c( + # Main Characters + "Tintin", + "Milou", + "Capitaine Haddock", + "Professeur Tournesol", + "Dupond et Dupont", + "Nestor", + # Friends + "Bianca Castafiore", + "Igor Wagner", + "Irma", + "Oliveira da Figueira", + # Ancestors + "François de Hadoque", + "Rackham le Rouge", + # Gangsters + "Rastapopoulos", + "Allan Thompson", + "Ramon Bada", + "Alonzo Perez", + "Laszlo Carreidas", + "Bobby Smiles", + # Professors + "Professeur Nestor Halambique", + "Professeur Hippolyte Calys", + "Professeur Paul Cantonneau", + "Professeur Philémon Siclone", + "Professeur Marc Charlet", + # Kids + "Abdallah", + "Tchang", + "Zorino" +)