Hey there. Don’t know if you guys can help, but figured I’d give it a go.
So, a few friends and I have been working on the concept of an ARG (Alternate Reality Game) for some time now. It revolves around different aspects like programming, mathematics, etc. One of the aspects of the game is that players will be able to use a “command prompt” type interface to receive clues. Being that none of us know really anything about programming, I somehow got stuck with the duties. I’d like to find someone to do this part for us, however I figured it would also just be a good idea to learn it myself.
Basically, I’ve been told Python was the easiest to use, so I’ve been trying to wrap my head around it and also came across argparse and how parsing is used in Text Based Adventure Games, so I figured this language would be my best bet. However, I’m having a real hard time understanding it off of The Python Tutorial — Python 3.12.6 documentation. I was hoping I could get some help from you guys.
What I need is the ability for the program to say certain things such as a welcome message and info on how to use it, how to be able for players to input commands either with a ‘/’ or ‘-’ input, be able to list info when a player for instance types “/help” and an ability to have players do a “fake login” when given a password that they can enter with a “/login” command that will give them additional info.
Any help appreciated. Also, if you’d like to help out on the project we could always use another person on the team, especially someone who knows programming and can help with the story and also the executable program listed above. I’ll keep tabs on the thread here, but if you want to contact me if you’re interested in the ARG and want to take part feel free to contact me at email (ecerta@gmail.com) or AIM (stopxeject). I’ll be more than happy to tell you the full details and the story of the game.
Thanks.