Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joescat/xinvaders3d
- Owner: JoesCat
- License: gpl-2.0
- Created: 2022-02-28T16:59:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T01:20:36.000Z (3 months ago)
- Last Synced: 2024-08-25T02:30:21.392Z (3 months ago)
- Topics: arcade-game, c, retrogaming, space-invaders, xwindows
- Language: C
- Homepage:
- Size: 237 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.dos
- Changelog: Changelog
- License: COPYING
- Authors: AUTHORS
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.dosYou 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]