Skip to content

Automatically exported from code.google.com/p/tecnoballz

License

Notifications You must be signed in to change notification settings

JORGETECH/tecnoballz

 
 

Repository files navigation

A exciting Brick Breaker with 50 levels of game and 11 special levels,
distributed on the 2 modes of game to give the player a sophisticated system
of attack weapons with an enormous power of fire that can be build by
gaining bonuses.  Numerous decors, musics and sounds complete this great
game. This game was ported from the Commodore Amiga. 

PREREQUISITES

  You need:
  - A IA-32, x86-64, PowerPC, ARM or SPARC platform
  - 32 MB RAM and 80 MB swap
  - Linux 2.x 
  - SDL 1.2
  - SDL_mixer
  - SDL_image
  - Mikmod
  - TinyXML
  - the GCC C++ compiler
  - GNU make

COMPILING AND INSTALLING

  To install in /usr/local :

       ./bootstrap
       ./configure
        make
        su -c 'make install'

  When cross-compiling for RetroFW :

       export PATH=/opt/rs97tools/usr/bin:$PATH
       ./bootstrap
       AS=/opt/rs97tools/bin/mipsel-linux-as CC=/opt/rs97tools/bin/mipsel-linux-gcc CXX=/opt/rs97tools/bin/mipsel-linux-g++ LD=/opt/rs97tools/bin/mipsel-linux-ld ./configure --prefix=/mnt --host=x86_64-pc-linux-gnu --target=linux-mips --enable-dingux CFLAGS="-I/opt/rs97tools/mipsel-RetroFW-linux-uclibc/sysroot/usr/include/" LDFLAGS="-L/opt/rs97tools/mipsel-RetroFW-linux-uclibc/sysroot/usr/lib/"
       (Read FIXME for knowing about necessary Makefile adaptations)
       make
       ./make_opk.sh

  When compiling with MinGW :

       ./bootstrap
       # Overpass SDL configure errors
       ./configure --prefix=/mingw CFLAGS="`sdl-config --cflags`"
       # Place tecnoballz.hi in current dir
       make scoredir=.

LEGAL

  TecnoballZ is copyright TLK Games 1991-2014 and available under the
  terms of the GNU General Public License. See COPYING for details.

About

Automatically exported from code.google.com/p/tecnoballz

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.1%
  • Other 0.9%