Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 2.49 KB

File metadata and controls

60 lines (48 loc) · 2.49 KB

Flash Cards

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

In this game you will be doing flash card exercises to help you memorize the NATO phonetic alphabet. The NATO phonetic alphabet is commonly used during radio communication in aviation. Each flash card will have a letter from the English alphabet and you need to provide the corresponding code word for that letter.

 |  NATO phonetic alphabet code words
 |
 |  A -> Alpha      B -> Bravo       C -> Charlie    D -> Delta
 |  E -> Echo       F -> Foxtrot     G -> Golf       H -> Hotel
 |  I -> India      J -> Juliett     K -> Kilo       L -> Lima
 |  M -> Mike       N -> November    O -> Oscar      P -> Papa
 |  Q -> Quebec     R -> Romeo       S -> Sierra     T -> Tango
 |  U -> Uniform    V -> Victor      W -> Whiskey    X -> X-ray
 |  Y -> Yankee     Z -> Zulu
  What is the NATO phonetic alphabet code word for...

  C? Casper
  Incorrect. :( C -> Charlie

Input

  • a, b, c... z, -: input code name
  • enter: confirm/continue
  • escape: exit game or return to main menu

Downloads

win-x64

linux-x64

osx-x64