Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks! :)

By the way, at 2AM (Basically i did everything described in my last post from 11PM to 1:30AM) i came up with an idea that i also had earlier. I made a text file to describe how it works:

           /\
          /  \
         /    \
        /      \
       /        \
      /          \
     /            \
    /              \
   /                \
  /\    /\    /\    /\
 /  \  /  \  /  \  /  \
/ 1  \/  1 \/ 2  \/  2 \


Each player has to guess a word that has to do with the word on his left and right triangle.

           /\
          /  \
         /    \
        /      \
       /        \
      /          \
     /\          /\
    /  \        /  \
   /    \      /    \
  /  1   \    /   2  \
 /        \  /        \
/          \/          \

Now starts a cycle: Players 1 and 2 need to guess something that has to do with the words of both players. Whoever is the least accurate gets eliminated:

           /\
          /  \
         /    \
        /      \
       /        \
      /     1    \
     /            \
    /              \
   /                \
  /                  \
 /                    \
/                      \


Step 2 repeats for each group of 2 players, until there's only one player remaining in the triangle:

                       /\
                      /  \
                     /    \
                    /      \
                   /        \
                  /          \
                 /            \
                /              \
               /                \
              /                  \
             /                    \
            /                      \
           /                        \
          /                          \
         /                            \
        /                              \
       /                                \
      /                                  \
     /\          /\          /\          /\
    /  \        /  \        /  \        /  \
   /    \      /    \      /    \      /    \
  /  1   \    /   2  \    /   3  \    /  4   \
 /        \  /        \  /        \  /        \
/          \/          \/          \/          \

                       /\
                      /  \
                     /    \
                    /      \
                   /        \
                  /          \
                 /            \
                /              \
               /                \
              /                  \
             /                    \
            /                      \
           /\                      /\
          /  \                    /  \
         /    \                  /    \
        /      \                /      \
       /        \              /        \
      /          \            /          \
     /     1      \          /      4     \
    /              \        /              \
   /                \      /                \
  /                  \    /                  \
 /                    \  /                    \
/                      \/                      \

                       /\
                      /  \
                     /    \
                    /      \
                   /        \
                  /          \
                 /            \
                /              \
               /                \
              /                  \
             /                    \
            /                      \
           /                        \
          /            4             \
         /                            \
        /                              \
       /                                \
      /                                  \
     /                                    \
    /                                      \
   /                                        \
  /                                          \
 /                                            \
/                                              \

I would use a simulated keyboard on the GBA to write words.

Every bottom triangle will contain a word randomly picked from an array of words; Actually, the array is a table that’s 3 words long; this is the dictionary. The first 2 entries are the entries that have to do with the 3rd word.

I’ll include every single noun in the English language, and sometimes the 3rd entries in the dictionary table will not be in the dictionary, like a “1-up” that has to do with “life” and “mushroom”.