Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.44 KB

I PROPOSED TO MY FIANCE WITH THIS GAME AND SHE SAID YES!


Overview: ouRPerlGame

The Perl game all of my friends have been helping me create by giving their ideas.


Usage

  1. Currently the sounds only work on osx because I'm utilizing /usr/bin/afplay in several spots.
  2. You will need some modules. I like to use cpanminus
  3. To install cpanminus on a Unix based system: curl -L http:https://cpanmin.us | perl - App::cpanminus
  4. To install the required modules: sudo cpanm Term::ANSIColor Term::ExtendedColor Term::ReadKey Switch Term::Screen
  5. To run the game, grant the execute permission: chmod +x ouRPG.pl
  6. Finally, run the game: ./ouRPG.pl

Screenshots of the game in action

Main menu

Main Menu

Help and character sheet

Help and character sheet

Battle system

Battle system

Map and random battle

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!