From 409a4f1e73627a6dbae76b5e0004dc5df0513797 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 13 Feb 2008 18:10:23 +0000 Subject: Black Shades Elite is an action game that is more or less similar to the original Black Shades "Psychic Bodyguard FPS". Kill anyone that tries to kill the VIP (the white guy). The psychic part is seeing blue lines when bad guys line up on the VIP (when the line is red they are about to shoot). Other powers (slow down, and visions) are available - press F1 for how to use. It has a few more user friendly options (in the ~/blackshades.config file) as well as a help menu. Aside from that the internals have had some major changes, but there is still a lot more to do. Other options include 3rd person (which was in the original game, just disabled). The other change that I enjoy is the lack of a busy loop - now cpu usage isn't 100% - on any recent system it should be less than 25%. WWW: http://home.gna.org/blackshadeselite/ PR: ports/120008 Submitted by: Dmitry Marakasov --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') diff --git a/games/Makefile b/games/Makefile index 7dd1dd3dfcc6..f1cb8583c0df 100644 --- a/games/Makefile +++ b/games/Makefile @@ -77,6 +77,7 @@ SUBDIR += biorythm SUBDIR += bitefusion SUBDIR += blackjack + SUBDIR += blackshadeselite SUBDIR += blinkensisters SUBDIR += blobandconquer SUBDIR += bloboats -- cgit v1.2.3