ciembor / TerminalHero

Linux society's response to Guitar Hero. :)
https://vimeo.com/44892910
MIT License
43 stars 8 forks source link

Terminal Hero

Linux society's response to Guitar Hero. :)

Demo

https://vimeo.com/44892910

Installation

This game is written in Perl language, so it depends on perl interpreter. It also needs libtermkey and some extra Perl modules:

If you don't know how to install Perl modules, look at How to install CPAN modules. If you have problems with installation of Term::TermKey, make sure that libtermkey is available in your operating system. If not - Installing Term::TermKey returns error should help you.

To install Terminal Hero type in your shell:

perl Makefile.PL
make
make install

In ArchLinux you can use existing PKGBUILD for this game from AUR:

yaourt -S terminalhero-git

The binary will be installed in:

/usr/bin/vendor_perl

You might have to relogin or update your PATH variable by hand.

Help

Usage: terminalhero [options]

Options:
-e, --easy       turn on easy mode
-h, --help       display this help

Shortcuts:
Ctrl+D or Esc    exit

Rules:
Press keys with letters which are in the green area.
Your score will increase if you do it well and decrease 
if you press wrong key. You can also lose health points 
and lifes if the letters turns red. 

Levels:
You will reach new levels every 64 points.
Each level is a new line, so it is going harder.

Now go and play! :)