Learning to script...want a project to work on (making a small MUD)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Learning to script...want a project to work on (making a small MUD)
# 1  
Old 10-23-2001
Question Learning to script...want a project to work on (making a small MUD)

Will it be possible to make a MUD using unix script(bash)? I know I can easilly make a "dungeon" with different rooms I can run through and such(kinda like a maze game) . What I did was made a differnt shell script for each room and used CASE for the different places to go, ex. when you press N for north it would call up the script file for the room to the north . Now that I know I can make a maze of rooms like this...is there a way for me to make a universal file that runs in the background that will control the "monsters" that will roam my maze...and different commands that will work in whatever room Im in(ex. typing /help anywhere pulls up the help script then returns me to whatever room I was in after Im done). Is this too complex for a script?? This is my first exposure to scripting/programming. If I can do this with script...am I going about it all wrong? Any help/links is very much appreciated thanks!
# 2  
Old 10-24-2001
That sounds to me to be a very complex script, and I'm not sure if you'll be able to get the results you want...

I hate to sound like a broken record, but Learning the Korn Shell, by O'Reilly is great, and gives you some cool examples to work with along the way...
# 3  
Old 10-24-2001
This is probably too complicated for a shell script. Most muds are written in C and many have 50k lines of code or more...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Small project help

hey..i need help with one small project..basically at the shell script level..have for that approx 2 days..and willing to pay..actually before went to fiverr.com and www.enotes.com/homework-help and www.upwork.com and yourhomeworkhelp.org but they are charging me a lot for this type of... (1 Reply)
Discussion started by: steph33
1 Replies

2. Shell Programming and Scripting

Learning project ideas - shell, python, UNIX tools, system administration

Hi guys, I am currently working as a system administration engineer, administering telecom applications on linux/unix platforms. I want to learn new things and improve the ones that i have and for this i though to really work on some project or something but i lack of ideas. I want to be... (2 Replies)
Discussion started by: capitanui
2 Replies

3. Shell Programming and Scripting

Making a bash script and small C program for a homework assignment

Here's the assignment. I'll bold the parts that are rough for me. Unfortunately, that's quite a bit lol. The syntax is, of course, where my issues lie, for the most part. I don't have a lot of programming experience at all :/. I'd post what I've already done, but I'm so lost I really don't know... (1 Reply)
Discussion started by: twk101
1 Replies

4. Programming

Need Help in Small Project

I need help with a small project that I am doing for my client. My clients have a company that does staffing for hotel workers and when they sign up with him, they have to watch 4 separate training videos. What I need help with is a script of some sort that will pop-up a sign in box of some sort... (2 Replies)
Discussion started by: AimyThomas
2 Replies

5. UNIX for Dummies Questions & Answers

Making a program compiled on Unix (HPUX) work on Linux

I am trying to make an application which works on unix to work on linux. I already tried copying the binary files and start it up but I am getting an error stating "Cannot execute binary file". Then I tried to recompile but i am getting an error whenever I tried to recompile. I am getting the... (1 Reply)
Discussion started by: khestoi
1 Replies

6. Shell Programming and Scripting

A small project with bash script and craigslist

Before I start, I'm posting this for community knowledge, not to offend anyone. I thought it was an interesting project so that's why I'm sharing it. In the notorious erotic classified ads of craigslist, thousands of individuals post classifieds, using the internet to sell themselves with an... (0 Replies)
Discussion started by: hexpill
0 Replies
Login or Register to Ask a Question