A puzzle game where you defeat enemies by spelling words
a very quick and simple game
you will be given a list like this
---------------------
| A | I | P | U | D |
---------------------
| I | O | F | E | Q |
---------------------
| O | L | X | L | P |
---------------------
| G | T | N | E | N |
---------------------
Health will be displayed in this format
++++++++++++ Health +++++++++++++
player ====================
enemy ==================
+++++++++++++++++++++++++++++++++
now enter your word
>
and continue till your done
run make
to compile
then ./anagram_adv
to load the game
compile anagram_adv.cc using your compiler
and run your exe file