Tornado project is a clone of the original C64 game.
The goal of the game is to destroy the opponent's house with certain weather phenomena: rain, snow, hail, lightning, and the tornado.
The game can be played together (two players), against the computer (or two computer players against each other) or over a TCP connection.
Product's homepage
Requirements:
· A standard C compiler. If you can compile anything else you can compile this game. :)
· gcc can be downloaded at http://gcc.gnu.org/.
· GNU make.
· libncurses 5.0 or later
· GNU wget (optional)
What's New in This Release: [ read full changelog ]
· A bug that sometimes prevented the screen from being cleared correctly after the game ended has been fixed.