The Perl game all of my friends have been helping me create by giving their ideas.
- Currently the sounds only work on osx because I'm utilizing /usr/bin/afplay in several spots.
- You will need some modules. I like to use cpanminus
- To install
cpanminus
on a Unix based system:curl -L http://cpanmin.us | perl - App::cpanminus
- To install the required modules:
sudo cpanm Term::ANSIColor Term::ExtendedColor Term::ReadKey Switch Term::Screen
- To run the game, grant the execute permission:
chmod x ouRPG.pl
- Finally, run the game:
./ouRPG.pl
Main menu
Help and character sheet
Battle system
Map and random battle
If you're curious about the Windows CMD shell in the pictures, it's called Cmder
Thanks for checking this out!