Difference between revisions of "You Only Live Once"

From RogueBasin
Jump to navigation Jump to search
m
m (Add links, formatting, and other minor changes.)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
|platforms = [[Linux]], [[Mac OS|Mac]], [[Windows]]
|platforms = [[Linux]], [[Mac OS|Mac]], [[Windows]]
|site = http://www.zincland.com/7drl/liveonce
|site = http://www.zincland.com/7drl/liveonce
|licensing = open source (BSD), freeware
|licensing = [[Open Source]] (BSD License), [[Freeware]]
|interface = [[Graphical tiles]] (which are of characters!), [[ASCII]], Keyboard
|interface = [[Graphical tiles]] (which are of characters!), [[ASCII]], [[Keyboard]]
|length = 1 hour
|length = 1-3 hours
}}
}}


== About ==
== About ==


You Only Live Once is a Seven Day Roguelike, or [[7DRL]].  It was entered in the March 5th, 2005, [[The 7DRL Contest]].
You Only Live Once is a Seven Day Roguelike, or [[7DRL]].  It was entered on March 5 for the [[7DRL Contest 2005]]. It is a very minimalistic roguelike.  It concentrates on telling a simple story and engaging the user in simple tactical combat.  It does not have, for example, any form of character advancement!


It is a very minimalistic roguelike.  It concentrates on telling a simple story and engaging the user in simple tactical combat.  It does not have, for example, any form of character advancement!
== Notable features ==


== Unique/rare features ==
* '''Tactical combat.''' All attacks hit and do maximum damage.  Randomness in combat is thus suppressed and positioning oneself with respect to enemies is essential.
 
* '''Heavy on plot.''' A story is told; it is not about killing things for no reason.
* Tactical combat.  All attacks hit, all attacks to maximum damage.  Randomness in combat is thus suppressed - positioning oneself with respect to enemies is essential
* '''Quick to complete.''' You can likely win the game in your first playthrough.  Fully exploring the game likely takes only an hour or three.
* Heavy on plot.  A story is told.  It is not just kill things for no reason.
* '''Your character never advances in power.''' Or even regains hit points.  Instead, during the game you can take over and play different characters.
* Quick to complete.  You can likely win the game in your first play through.  Fully exploring the game likely takes only an hour or three.
* Your character never advances in power.  Or even regains hit points.  Instead, during the game you can take over and play different characters.


== Versions and platforms ==
== Versions and platforms ==


You Only Live Once is written in C++ and is available for Windows, Linux, and the [[Mac OS X]].  Source code is provided so it may be ported to any platform with [[curses]] and/or [[SDL]].
You Only Live Once is written in C++ and is available for [[Windows]], [[Linux]], and [[Mac OS X]].  Source code is provided so it may be ported to any platform with [[curses]] and/or [[SDL]].


== Game related links ==
== Game related links ==


* [http://www.zincland.com/7drl/liveonce Homepage]
* [http://www.zincland.com/7drl/liveonce Homepage]
[[Category:Open source]]

Latest revision as of 16:14, 17 May 2017

You Only Live Once
7DRL
Developer Jeff Lait
Theme Fantasy
Influences ADOM
Released 2005
Updated 2005 (003)
Licensing Open Source (BSD License), Freeware
P. Language C++
Platforms Linux, Mac, Windows
Interface Graphical tiles (which are of characters!), ASCII, Keyboard
Game Length 1-3 hours
Official site of You Only Live Once


About

You Only Live Once is a Seven Day Roguelike, or 7DRL. It was entered on March 5 for the 7DRL Contest 2005. It is a very minimalistic roguelike. It concentrates on telling a simple story and engaging the user in simple tactical combat. It does not have, for example, any form of character advancement!

Notable features

  • Tactical combat. All attacks hit and do maximum damage. Randomness in combat is thus suppressed and positioning oneself with respect to enemies is essential.
  • Heavy on plot. A story is told; it is not about killing things for no reason.
  • Quick to complete. You can likely win the game in your first playthrough. Fully exploring the game likely takes only an hour or three.
  • Your character never advances in power. Or even regains hit points. Instead, during the game you can take over and play different characters.

Versions and platforms

You Only Live Once is written in C++ and is available for Windows, Linux, and Mac OS X. Source code is provided so it may be ported to any platform with curses and/or SDL.

Game related links