The text-based tag has no wiki summary.
3
votes
2answers
99 views
How to create rooms in a text based game(Beginner)
I'm very new to Java and am not sure if I'm even allowed to ask questions of this nature here but I'll give it a shot. I want/need practice programming Java so I've decided on a rather large project ...
3
votes
1answer
168 views
Are there any text-based progress bar implementations?
I'm trying to create a terminal-based backup program and I'm looking for some C++ code that creates a text-based progress bar. I understand you can implement it yourself with \b but I thought I'd see ...
2
votes
2answers
181 views
Simple Natural Language Parser in Objective-C
I'm building this app for Mac OS X v10.6
I'm building a text-based adventure and I've created a very simple natural language parser that can process the commands that the user types. So far it works ...
0
votes
1answer
23 views
What is the right approach of building a Text-Content Website?
Am building a website which will have articles, policies and laws and text stuffs. I am storing all the data (in some cases the articles with over 8000 characters) in MSSql 2008 database. I read some ...
0
votes
1answer
131 views
Creating text based RPG game for iPhone
I would like to create a text based RPG game for iPhone. In this user will have some questions with answers, and navigate to the next page depends on the answer in which the user selects. As per the ...
0
votes
3answers
132 views
ProgressBar for perl
I'm trying to make a simple text-based progress bar in perl, in order to display the progress while sending an email or doing a task.
Any pointers ?!
Thanks
0
votes
1answer
178 views
Chat API - Similar service like TokBox but for text-based chat?
I find tokbox is a great service for video chat. But is there any other similar service for text-based chat, that provides api, so that i can manage my own users and chat participants.
Thanks
0
votes
0answers
15 views
Is JApplet Writing safe?
So I am creating a JApplet Game, and I am saving the users info to a .txt file in the APPDATA. Is there a safer way to save their info, that won't allow them to edit it to cheat?
0
votes
4answers
250 views
How to “style” a text based hangman game
My question is simple, the hangman game looks like this:
I'm doing the indentation in a way I don't think is very good.
I just have var = "\t" and add it at the begging of every print, this seem ...