forked from idispatch/opentyrian
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete non-working release builds
- Loading branch information
Showing
3 changed files
with
19 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,14 @@ | ||
OpenTyrian Classic | ||
================================================================================ | ||
## OpenTyrian BB10 | ||
|
||
OpenTyrian is an open-source port of the DOS game Tyrian. | ||
This is a fork of the OpenTyrian game port developed by Oleg Kosenkov ([@idispatch](https://github.com/idispatch)). | ||
|
||
Tyrian is an arcade-style vertical scrolling shooter. The story is set | ||
in 20,031 where you play as Trent Hawkins, a skilled fighter-pilot employed | ||
to fight MicroSol and save the galaxy. | ||
### Compiling | ||
|
||
Tyrian features a story mode, one- and two-player arcade modes, and networked | ||
multiplayer. | ||
* Compile the [SDK fork](https://github.com/idispatch/SDL) first | ||
* Check out this repository alongside the SDL dir | ||
* Run `make`, then `make opentyrian.bar` | ||
|
||
== Additional Necessary Files ================================================== | ||
### Debugging | ||
|
||
Tyrian 2.1 data files which have been released as freeware: | ||
http://camanis.net/tyrian/tyrian21.zip | ||
|
||
== Keyboard Controls =========================================================== | ||
|
||
ctrl-backspace -- kill OpenTyrian | ||
alt-enter -- fullscreen | ||
ctrl-f10 -- ungrab mouse | ||
|
||
arrow keys -- ship movement | ||
space -- fire weapons | ||
enter -- toggle rear weapon mode | ||
ctrl/alt -- fire left/right sidekick | ||
|
||
== Network Multiplayer ========================================================= | ||
|
||
Currently OpenTyrian does not have an arena; as such, networked games must be | ||
initiated manually via the command line simultaniously by both players. | ||
|
||
syntax: | ||
opentyrian --net HOSTNAME --net-player-name NAME --net-player-number NUMBER | ||
|
||
where HOSTNAME is the IP address of your opponent, NUMBER is either 1 or 2 | ||
depending on which ship you intend to pilot, and NAME is your alias | ||
|
||
OpenTyrian uses UDP port 1333 for multiplayer, but in most cases players will | ||
not need to open any ports because OpenTyrian makes use of UDP hole punching. | ||
|
||
== Links ======================================================================= | ||
|
||
project: http://opentyrian.googlecode.com/ | ||
irc: irc://irc.freenode.net/#tyrian | ||
forums: http://tyrian2k.proboards.com/index.cgi?board=opentyriangeneral | ||
|
||
README: AshTR | ||
1. Adjust `common.mk` | ||
2. Run `make`, then `make deploy` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters