Ubuntu :: Make A Text-based Adventure Game?

Jul 8, 2010

I'd like to make a text-based adventure game but I don't know the first thing about programming.

View 9 Replies


ADVERTISEMENT

Ubuntu Networking :: Email In Terminal For Purposes Of A Text Based Adventure Game

Jul 11, 2011

I want to create a text based adventure game that interfaces over gmail. I'm in the process of writing a java program that will take text input, and return text output. But before I can do that, I need to find a way to use something like nail, mailx, or if absolutely necessary evolution, to import emails from gmail and pipe them into this java program. I want to do all of this independent of a GUI, so any solutions that use mailx or nail.

View 3 Replies View Related

OpenSUSE Install :: Text Based Splash Screen - Show Text Based Startup On Booting OS?

Aug 11, 2011

I have a question regarding to the Graphical Splash Screen. Is their a way to show the text based startup on booting your OS? So. I don't the OpenSuse Background with the loading line. But i want the half transparent black background if possible or just the black background with all the loading texts. The black and white screen.

View 9 Replies View Related

Ubuntu :: Java App To Run A MUSH (mud-like Text Game)

May 4, 2010

I recently set-up a MUSH (Multi-User Shared Hallucination), which is kind of like a MUD (Multi-User Domain/Dungeon/etc.). Basically, it is a text-based RPG for roleplaying games the old fashioned way from back before the dawn of GUI/graphic user interface. I would like to embed an application into my website to allow players (who don't want to download and run a separate mud/mush client program) to connect directly from the website. I came across this: [URL]

Though, I have not been able to set it up to work with my site. Perhaps because that is a MUD app and not a MUSH app? I don't know if that is relevant. It is basically a telnet type of connection, and that uses Java, though I'm not sure what else there is to it. Does anybody have any input on how I can get the text-based RPG accessible from a website?

View 5 Replies View Related

Software :: Join 2 Text Files Based On First Number Present In Every Line Of The 2 Text Files?

Jan 22, 2010

I have 2 text files : file1.txt and file2.txt

cat file1.txt

15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces

cat file2.txt

2 this is sentence1file2
6 this is sentence2file2
54 this is sentence3file2

I would like to join these 2 files. The result should look as follows :

cat joinedfile.txt

2 this is sentence1file2
6 this is sentence2file2
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
54 this is sentence3file2

==> so the joined file must be sorted on the first number. Any ideas how this can be achieved ?

View 4 Replies View Related

Programming :: Remove Lines In A Text File Based On Another Text File?

Jan 28, 2009

I have a text file called file1.txt containing many lines eg.

line1
line2
line3
line4
line5
line6

Then i have another text file called file2.txt contains

3
5
6

Is there a command to remove the lines in file1.txt based on the keywords in file2.txt? note: It should remove line3,line5,line6 based on 3,5,6

View 10 Replies View Related

General :: Make A Game See A Mounted .iso As Disk In Cd-rom

Feb 22, 2010

I have a game .iso for windows. When I run it with Wine 1.01 it says to insert disk into cdrom. I used

Code:
mount -o loop -t iso9660 Zanzarah.iso /mnt/cdrom

but the game still asks for the disk.I also tried to find nocd, but couldn't find any for my version.

I mean can I make it see the .iso as a disk like it happens when one uses Daemon Tools with windows or somehow else?

View 4 Replies View Related

Ubuntu Installation :: What Is The Name Of The Text-based Installer?

Feb 14, 2011

I'm working on building my own turn-key variant of Ubuntu Server. I'm trying to find out what the non-graphical installer is called so I can use it in my install DVD After a fair amount of searching,I have come up empty-handed. I know the graphical installer is called ubiquity and that works great if you have a live desktop environment.

View 2 Replies View Related

Ubuntu :: Install Text Based Windows On 11.04

Jul 3, 2011

Been searching around for a few days. So far I have found three previous topics on this and all of them are useless/out of date. I'm trying to install [URL]... I've tried making it from the binary on the site and I get a bunch of errors when I try to "make" it. I've attached the output from make. Anyone know how to get this to work? I found a tutorial that said you had to find the .module files and remove all the "-e"s but I cannot find any .module files.

View 2 Replies View Related

Software :: Text Based Screen Cast - Ability To Copy And Paste Text From Screen Cast?

Jan 3, 2011

I'm looking for software which will allow me to record a screen-cast of a terminal based application, recording keystrokes, timing of keystrokes, and audio. I see a couple of advantages to this approach over video capture: Display independence: the viewer can display text in any resolution/style they want, not limited to the resolution of the recorded video. Ability to copy and paste text from the screencast.
DSABE? (Does Such A Beast Exist?)

View 6 Replies View Related

Ubuntu :: Conky Change Text Based On If From Script

Mar 25, 2010

My conky file declares a color association with this

color5 green

and then after TEXT has this line

Code:
ISC: ${execi 60 /home/ben/scripts/isc.sh}
the isc.sh file has this

Code:
#!/bin/bash
curl http://isc.sans.org/infocon.txt | sed 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' > /tmp/isc

[Code].....

Why is it not displaying GREEN in the green colour? If I manually type ${color5}GREEN into .conkyrc its fine.

View 1 Replies View Related

Ubuntu :: Text-based Web Browsers To Login To Site?

Jun 15, 2010

Im trying to find a text-based browser that would allow me to send my user and pass to a site so it would auto-login. The thing is, Im trying to grab text from a site that requires authentication.I have looked at lynx, but I have problems connecting to https (apparently, the site uses an invalid cert).

View 2 Replies View Related

Ubuntu :: Lock Terminal With No Graphics Just Text Based

May 4, 2011

I have a ubuntu server PC with no xwindows just text command-line. Usually I use xlock but this PC has no graphics. How do I lock/unlock the PC while I'm away from it? I don't necessarily need a screen saver just a way to secure the terminal while I'm away without logging off.

View 1 Replies View Related

Debian :: Text Based Browser For Tor

Nov 3, 2015

I'm looking for a text based browser (like elinks) that works with tor??....

View 5 Replies View Related

Networking :: Text-based SIP Sniffer ?

Jan 28, 2010

I'd like to learn more about the VoIP protocol SIP. I read that Wireshark can be configured to filter stuff so that only SIP packets are shown, but the SIP server runs on a server with no GUI. Does someone know of a text-based packet sniffer that supports SIP?

View 1 Replies View Related

Networking :: Text-based SIP Sniffer?

Jan 28, 2010

I'd like to learn more about the VoIP protocol SIP. I read that Wireshark can be configured to filter stuff so that only SIP packets are shown, but the SIP server runs on a server with no GUI. Does someone know of a text-based packet sniffer that supports SIP?

View 4 Replies View Related

Slackware :: After Rebooting The Game Works, But On Ending The Game Several Notification Boxes Remain?

Jun 1, 2010

This game is Java based. After rebooting the game works, but on ending the game several notification boxes remain. If these boxes are not closed in the reverse order that the game opened them, it is no longer possible to close them. Only by killing the Java processes can these notifications be made to close. Also after playing the game, even if all these notifications are closed it is many times necessary to kill the Java process(es) in order to get the game to load again at a later time. I am currently using Slackware 1.30, but a similar problem has existed in several of the past releases.

View 4 Replies View Related

General :: Finding A Console / Text Based XDM / GDM?

May 22, 2010

I would like that users can log to X but this with a text based xdm + how to active it as last in inittab since it is text what contains my inittab

Code:

1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3

[code]....

View 10 Replies View Related

Slackware :: Best Text / Terminal Based Browser?

Mar 26, 2010

Just wondering if anyone knew of a really good text based terminal browser to use when I am not running X. I can use Links and do not have too much trouble navigating, but I have not been able to set the screen to view the entire page (I have to move off screen to read the whole page.) So, if anyone knows an easier text browser that is a little easier to set the screen options with code...

View 7 Replies View Related

Ubuntu :: Toggle Between Button And Text-based Location Bar Nautilus - Lucid?

May 2, 2010

How do you toggle between the button and text-based location bar in Nautilus in Lucid. I can only get Nautilus to show the directory path as buttons and not as as text based in the form of /home/Desktop.Previously there was a button to toggle between them.

View 9 Replies View Related

General :: Live Life In Text Based World

Jan 13, 2011

There's probably not too many Linux users how have their desktop Linux distros set to be console only as opposed to using an X server or a GUI. There's plenty of reasons to take this route and many ways to go about it, and I'll attempt to show you a (mostly) unbiased view on this choice, especially centered around the way I do it. Here's my setup: Dell Inspiron 1545, Core 2 Duo, 4 GB RAM. I have Windows XP, Ubuntu 8.04, and my main OS: Debian Squeeze.


UBUNTU USERS!!!

Debian Squeeze is probably the best option for a Ubuntu convert. Making Ubuntu console based is kinda hard and not recommended by me because it's such a large OS, and living in a text only computer is generally a minimalist idea, so having such a bulky base is both memory intensive and kinda gross. Debian uses apt-get, so people who grew up in a Ubuntu environment should feel at home with the sudo commands and such........

View 15 Replies View Related

Ubuntu :: Get A Message To Flash Up On Screen Based On A List Of Messages In A Text File?

Oct 10, 2010

i've been using some subliminal software on windows for a while now and have found it to be really good. It basically just flashes up a message on screen over the top of whatever is going on at that time but the message is only there for about 30 milli seconds

The message is not there long enough for your conscious mind to read it but the theory is that your subconscious mind will read it.It actually works really well. THe problem is that they dont package a linux version although they do have an OSX version, i'd really like this on ubuntu.

Tried it in wine and it installs but nothing happens after that. Alternatively perhaps somebody can tell me how you could get a message to flash up on screen based on a list of messages in a text file?

View 4 Replies View Related

General :: Copy Text From Xterm Based Terminal To Some Other Gui Application?

Jan 13, 2011

i use uxrvt ( for those who dont know, its terminal emulator based on xterm).i know its easy to copy/paste stuff from terminal to itself is a trivial thing. it can be done by mouse left click to select and middle click to paste.but in my case i need to copy text from terminal to another application, viz on google chromium.

View 1 Replies View Related

Software :: Create A Text Based Start Up Theme For Plymouth?

Feb 5, 2011

Does anyone other this know how (or know of a guide that details how) to create a text based start up theme for plymouth? I have some older hardware and I'd like to do something custom up there.

View 2 Replies View Related

Programming :: Creating A Text Based Menu Structure In Bash?

May 15, 2009

Is it possible to create a text based menu layout in bash were it is possible to browse through. The menu list should look something like this:

----------------------------------------
user: root
colour: blue
number: 4
animal: dog
----------------------------------------

At the start the cursor should blink at the r from root so that text can be entered. When pressing the enter the cursor should go to the b from blue and so on. the imported thing is that all the text is visible also beyond the position from the cursor.

View 4 Replies View Related

CentOS 5 Networking :: No Internet Connection In Text-based Environment

Jul 5, 2011

I installed CentOS 5.6 (kernel: 2.6.18-238.12.1.el5) with X Window on my HP Compaq 6710b. I also downloaded the firmware iwl3945 for my Intel Pro Wireless 3945 and manually installed it, reloaded the iwl3945 module and enabled NetworkManager. I could then get the wireless network connection worked on my graphical environment. I installed additional software manually by using the terminal window (Applications --> Accessories --> Terminal) and everything worked perfectly.

However, when I switched to text-based environment by issuing the commend "sudo init 3" (changing the user level) and logging in as root, I could not get any internet connection. I tried to use lynx and I got the error message: "Unable to connect to remote host". I am a complete newbie in Linux and I tried to google and search for solution within centos.org but I could not find.

View 5 Replies View Related

Programming :: Game Engines Or Game Studios?

May 6, 2011

Do you know any game engines or game studios that can make adventure games, for instance in the style of Myst (1st person) or in the style of old Sierra games (3rd person), like King's Quest, Space Quest, etc.?I've seen AGI Studio, but it is too old, I'd like to use more modern graphics (although there is no need for 3D).

View 7 Replies View Related

General :: Disk Based Text Editor To Edit File Larger Than Memory?

Aug 2, 2010

I am using Ubuntu and looking for a good editor to edit a file that is > 4GB. I just need to put content at the end and beginning of the file. I suppose I could use something like

cat "text to add" >> huge_file

To append to the file. Is that the route to go? What about prepending? In general, what is the best route if I wanted to edit somewhere in the middle?

I've tried VIM and it fails miserably. I assume emacs and nano would be even worse. What else is there? I assume to accomplish what I am looking for, the editor would have to be specifically designed for this by not keeping the entirety of the file's contents in memory.

View 5 Replies View Related

General :: Bash - Use A Graphical Or Text Based EDITOR On Logging In Locally Or Remotely?

Aug 17, 2010

I can set my EDITOR variable in my .bashrc to e.g. gedit, which is a nice graphical editor on ubuntu. But when I log in over PuTTY that editor will fail.What is the best way to detect if I'm logged in and can run a graphical editor, or not, and set EDITOR appropriately?

View 2 Replies View Related

Fedora :: Freelancer And Wine - Make Game Unplayable Is Mouse - Mouse Isn't Moving Smooth It Jumps Around

Jun 22, 2010

Biggest one that make game unplayable is mouse. Mouse isn't moving smooth it jumps around. I cannot shoot anything. So i asked for help, and everybody just say install windows. And where is fun in that. If people when ever run into problem with some software on linux just install windows. Linux would never go forward. I m not some great gamer, but i would like to be able to play this game. Probably somebody run into same problem. I sow that people talk about something like dis on WOW and wine but simptoms doesn't seem same to me.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved