Lost Labyrinth 3.0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Lost Labyrinth 3.0.2 (Default branch)
# 1  
Old 07-10-2008
Lost Labyrinth 3.0.2 (Default branch)

Image Lost Labyrinth is a rogue-like role-playing game. It uses a Zelda-like graphics engine, and has high replayability. License: GNU General Public License (GPL) Changes:
Fragments on screensides are removed when there is a long sight. Monsters leave stuff behind again. One can be poisoned only when taking at least 1 damage. Backup on closed roomfields has been added. The items that are present on a tile where a skeleton is waking up are now properly shown. When monsters attack, the laby field is displayed (it was an empty tunnel). Save templates are working with .deb distributions.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

\r getting lost in awk

I have a DOS .csv file (EOL=\r\n) that also contains some \n characters representing a new line within in some multi-line fields. I want to change the \r\n sequences to \n (like dos2unix does) but change the \n characters not followed by \r to |. The second gsub in both code examples below... (3 Replies)
Discussion started by: Michael Stora
3 Replies

2. Shell Programming and Scripting

Lost+found

I need to try and sort 125gb of lost+found files and directories that look like from testing the files are good in some areas. Does anyone know of a script using strings, file, find, etc. to help sort something like this........can't find it on google. thks:confused: (1 Reply)
Discussion started by: morrish
1 Replies

3. UNIX for Dummies Questions & Answers

I am so lost !!!

I am taking an online Linux class, which is mandatory for me to graduate. Unfortunately I got the worst online teacher ever, he never respond to any e-mails. I have no idea what going on in this class so I am turning to you guys. Here is the questions for the week, Ok I don't expect anybody to... (1 Reply)
Discussion started by: Thunderbunny
1 Replies

4. UNIX for Dummies Questions & Answers

Lost my Way

I want to execute my own utilities from my bin folder without having to specify paths at run time - i.e. just enter name on command line - to do this my search path needs to be set up at login time - when I do this the path is not getting set right apparently(?) - PATH echos OK but the search... (0 Replies)
Discussion started by: robert stansel
0 Replies

5. UNIX for Dummies Questions & Answers

I am so lost...

I have been using linux now for about 6 months. I like it although it was quite a learning process. Pretty simple for the most part. Here is my prob... The first time I installed linux on my computer it went in just fine, no problems. It did eventually crash though and I had to re-install it.... (2 Replies)
Discussion started by: Treb
2 Replies

6. UNIX for Dummies Questions & Answers

I'm so lost...

Fair warning... I know nothing of Unix. That's why I joined this forum and I need your feedback desperatly. Here is the situation... I built an app using ASP and Northcode's SWF Studio v3 for a cd launcher tool for a client that develops software. They like the app and it works well on... (2 Replies)
Discussion started by: daJabberwocky
2 Replies

7. Filesystems, Disks and Memory

Lost Data Lost Admin

First time so excuse my ignorance please. I may not be accurately describing the issue. I have inherited a small lab mostly SUN V120s. We lost power and are trying to recover. Nope no backups... The primary issue I have is 1 box is an Oracle Server. It has 2 36Gb harddrives. I am able to... (3 Replies)
Discussion started by: murphsr
3 Replies

8. UNIX for Dummies Questions & Answers

So lost

I have been reading up on starting a website, but i am still lost. I am in much need of assistance. Kind of a step by step because i still don't know where to start. please help. thank you (1 Reply)
Discussion started by: sweetie020602
1 Replies

9. Shell Programming and Scripting

lost again

will this script work? I want to use it in unix. clear ans='y' While test $ans='y' do notfound() { echo $response " is not logged in" } found() { echo $response "is logged into " $name } name=`ps -eaf | grep "\<$response\>" | cut -b 80-85` if ; then name=`rsh server2 ps -eaf... (7 Replies)
Discussion started by: azman
7 Replies
Login or Register to Ask a Question
ghextris(6)							   Games Manual 						       ghextris(6)

NAME
ghextris - Hextris game for GNOME SYNOPSIS
ghextris DESCRIPTION
ghextris is a Python/GNOME reimplementation of the semi-free Xhextris by David Markley. The object of the game is basically the same as in Tetris; use the pieces that fall down from the top of the game area to construct fully filled lines, which will then disappear to make room for more pieces. The twist, as first introduced by Markley, is that the pieces are composed of hexagonal blocks, so your visualization skills will get an extra workout. RULES
The pieces can be moved left and right with the respective arrow keys and rotated with the up and down arrow keys. If you're satisfied with where a piece is going, it can be dropped by pressing the space bar. Fully formed lines will disappear from the playing field. The game will end when the pile of pieces reaches the top of the game area. Score You get 1 point for every line that you drop a piece, and 100, 200, 400 or 800 points for 1, 2, 3 or 4 simultaneously destroyed lines, respectively. AUTHOR
Mikko Rauhala <mjr@iki.fi> COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. X Version 11 May 20, 2004 ghextris(6)