| Game Title | Description |
|---|---|
| Secret “X” from The Price Is Right | This is one of the simpler pricing games. At present, the player does not have to earn the second and third X’s, and the losing horns are truncated. |
| Name Entry | TNT Basic has no built-in text input command, and all the workarounds previously submitted are dead links. This program allows the user to enter his or her name, displaying the characters as they are typed and assigning the result to a string variable. I intend this as one in a series of program modules, for use in several game show programs in TNT Basic. This is not only for player names, but also for answers in Chain Reaction, Classic Concentration and Match Game. |
| Generic Multiple-Choice Quiz (in progress) | This is just a trivia quiz in which each question has four answer choices, listed in random order. I intend this as one in a series of program modules, for use in several game show programs in TNT Basic. |
| Tic-Tac-Toe (in progress) | This is just the basic game, which could be expanded to either The Hollywood Squares or Tic Tac Dough. I am basing the project on this game. |
| More games are coming! | I also hope to create sprites of human figures in two sizes (64×64 and 128×128 pixels) for use in TNT Basic game show adaptations. |