### TFREAX TFREAX is a fast paced shoot-em up, adding new twists to a familiar theme. There are versions for the Atari400/800, C64, C16, Vic20, ZX Spectrum, MSDOS, or Windows/Linux via SDL. The executables are in the "tfreax" sub-folder. Controls (or use Joystick): SHIFT = Fire. I,P = Move Left/Right. X = Quit game. (WIN/DOS: ESC quits to OS from title screen) As each level progresses, the aliens become faster. The lines of aliens move in different directions/patterns, depending on level. If you clear the aliens, you progress to the next level. You get a bonus life every 8 levels, and the aliens go back to the top, but the aliens are faster. Each alien scores 10 points on level 1, 20 on level two, 30 on 3, and so on. The purple aliens require 2 shots to kill. At random intervals a special bonus blue alien sweeps across the top. If you shot it, you get 160xlevel points, and the aliens are held on the same line for 5 sweeps. The top line shows the score, the alien wave #, and number of lives left. The maximum score possible is 655350. During play hit S to toggle sound, X to quit. In the title screen, you can hit M to select alien start speed (0-7). If you add +8 to the mode, it plays a "Classic" game, with the aliens moving the same direction. For example mode 10 is speed 2, with classic motion. For C64, C16 & ZX, you can select Joystick #1 or #2. For the ZX the first joystick is Sinclair i/f #1, the second the Kempstone joystick. The ZX sound uses the AY8912 chip in the Spectrum 128, running the program in 48K mode. ## HINTS Try not to leave the purple alien to last, its the hardest to hit. Try to remove aliens so that they all travel in one direction. The source code is included in the "tfreax" sub-folder. For more details on compiling TFREAX, and on VTDL, see "vtdl.txt" in the tdl folder. For example, to build using Oscar64, type: tdl/tdlmakosc2.sh tfreax/tfreax -Os -Oa ; See the file "tfreax/tfreax.bmp" for the bitmap used for the UDGs, and the tool "tdl/bmp2c.c" to convert that to C source code. ----------------------------------------------------------------------------- TFREAX - (C) A.Millett 2011-2026. Released as free/open software under GNU GPL3 license. See: www.gnu.org/licenses/gpl-3.0.html For updates and more programs see: www.github.com/orac81 -----------------------------------------------------------------------------