• R/O
  • SSH

opentyrian-dll: Repository summary


Recent Commits RSS

Rev. Time Author Message
08789b90dbc9 2020-01-28 03:59:20 David Ludwig emscripten tip bug-fix: crash in demo I/O code read_demo_keys() was, wi...
ad2a7829dceb 2020-01-24 07:21:55 David Ludwig emscripten started README.emscripten, with custom build instructions
eaf79b4fbed7 2020-01-23 09:04:30 David Ludwig emscripten bug-fix: game-data wasn't getting preloaded
2a150df59e06 2020-01-23 09:03:41 David Ludwig emscripten bug-fix: Makefile's clean wasn't deleting all built files
a42222b26ab5 2020-01-23 09:01:44 David Ludwig emscripten persist save-data across page reloads
91b56854e368 2020-01-18 10:20:21 David Ludwig emscripten Emscripten port's initial work-in-progress
7792efa670b8 2019-03-23 15:28:10 K. Sinclaire emscripten Fix memory corruption in event 12
6b46ca6fa8f7 2019-03-23 15:28:10 K. Sinclaire Fix memory corruption in event 12
6edd3686f939 2018-09-25 14:37:44 mindless2112 Suppress GCC fall-through warnings
fb67b9f45f39 2018-09-25 14:07:10 mindless2112 Suppress MSVC warning 5045

Recently edited Tags

Name Rev. Time Author
2.1.20130907 77a8715634e3 2013-09-08 08:56:16 mindless2112
tip 08789b90dbc9 2020-01-28 03:59:20 David Ludwig

Branches

Name Rev. Time Author Message
default 6b46ca6fa8f7 2019-03-23 15:28:10 K. Sinclaire Fix memory corruption in ev...
emscripten 08789b90dbc9 2020-01-28 03:59:20 David Ludwig bug-fix: crash in demo I/O ...
opentyrian2000 2ed31c759de4 2013-03-10 03:59:16 mindless2112 branch closed in preparatio...
sdl2 24df4a4651f7 2018-03-04 03:36:07 mindless2112 Merge with default

README

OpenTyrian
================================================================================

OpenTyrian is an open-source port of the DOS game Tyrian.

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.

Tyrian features a story mode, one- and two-player arcade modes, and networked
multiplayer.

== Additional Necessary Files ==================================================

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: https://bitbucket.org/opentyrian/opentyrian/
irc:     irc://irc.freenode.net/#tyrian
forums:  http://tyrian2k.proboards.com/index.cgi?board=opentyriangeneral

README: AshTR
Show on old repository browser