Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions inst/topics/tintin-characters.R
Original file line number Diff line number Diff line change
@@ -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"
)