Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joescat/xinvaders3d

XInvaders3D is a 3D Vector Graphics Space Invaders clone for X11.
https://github.com/joescat/xinvaders3d

arcade-game c retrogaming space-invaders xwindows

Last synced: 25 days ago
JSON representation

XInvaders3D is a 3D Vector Graphics Space Invaders clone for X11.

Awesome Lists containing this project

README

        

See the file README for complete information about XInvaders 3D
in general. This file covers MS-DOS issues only.

INFORMATION FOR PLAYERS:

This is the MS-DOS port of XInvaders 3D. It should run on any
IBM-PC or compatible, running some version of MS-DOS greater than 6.0.
To start the game, just type: xinv3d. See README for instructions.

MS-DOS port done by Don Llopis ([email protected]).

INFORMATION FOR PROGRAMMERS:

To build the game, type:
make -f Makefile.dos

You must have the latest version of DJGPP (a 32bit DOS compiler) and at
least version 3.12 of the Allegro graphics library.

If you make any modifications to the code, please keep ALL DOS-specific
code in main-dos.c.

Both DJGPP and Allegro can be found here:
http://www.delorie.com/djgpp/

Have Fun!
Don Llopis
[email protected]