BECH SHOOTER
Description
Bech Shooter is a 2D shooting game. The goal of the game
is to destroy your enemy ( How unexpected :-) ). You
can move up, down, left, right and shoot projectiles.
It can be run under X-Win (Linux) and under Win32.
Hardware acceleration is recomended.
Requirements
Linux
- X-Win ( you have to install it - it isn't included in the game package :-) )
- OpenGL ( You should use OpenGL from your graphic card. It wasn't tested with MesaGL, but it will probably work. )
- SDL ( please look at www.libsdl.org and download *.rpm and install )
- SDL_image ( please look at www.libsdl.org It can be found there )
Win32
- OpenGL ( standartly included in windows )
- SDL ( included in package with game )
- SDL_image ( included in package with game )
Controls
When you start the game, the main menu appears.
Use O, P to change controls and number of players. Then press Enter (return)
to start the game
1.st player controls : <- -> Up Down RCtrl
2.nd player controls : A D W S LCtrl
Toggle fullscreen/windowed : F1
Config file
Bech shooter has config file st3.txt
Only first line with numbers is important. The structure is : x y bpp fs tex.
- x - x resolution of window. values of x and y can be 640,480; 800,600; 1027,768; etc.
- y - y resolution of window
- bpp - colordepth 0 is autodetect. Don't change this value
- fs - if set to 1 game runs in fullscreen. If 0 game if windowed. It is the only possibility how to change fullscreen in Win32
- tex - texture quality. 0 is nearest maping (fast), 1 means linear mapping (nice), 2 textures including mipmaps (the best, but isn't much different from 1)
Programming description
Game is 2D but it is build on 3D engine.
It uses 3D accelerated graphics - OpenGL. SDL (Simple Direct Layer - www.libsdl.org) was used as a base library.
At the beginning, it was written under Win32 but later it was
developed only under Linux.
It is our first linux game.
Credits
Programming
Bernard Lidicky [Berny, Alderan] - bernard@matfyz.cz
Martin Manak [Nitramus] - nitramus@centrum.cz
Art Design
Zdenek Boswart [Beza, Zdeny]- 2zdeny@seznam.cz
- (c) Hippo Games 2002 -