Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Make a Text Based RPG

by dynamo (Chaplain)
on Jan 23, 2012 at 08:05 UTC ( [id://949329]=note: print w/replies, xml ) Need Help??


in reply to Make a Text Based RPG

First and foremost, get very comfortable with the Curses module. That is my favorite text module and gives you colors, a grid of characters to work with rather than a line-by-line output mechanism, and a few other nice treats. Time::HiRes will help with building smooth animations. Term::ReadKey will let you use keyboard input without waiting for them to hit return and requiring interactive prompts. It's been too long since a great text-based RPG has come out - good luck!

Replies are listed 'Best First'.
Re^2: Make a Text Based RPG
by jffry (Hermit) on Jan 23, 2012 at 18:33 UTC
    It's been too long since a great text-based RPG has come out.

    This simply isn't true. It might seem that way if you haven't been looking, so the perception is understandable. Just google "interactive fiction" to see listings. One example hit: http://ifcomp.org/.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://949329]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-24 16:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found