https://github.com/pgporada/ourperlgame
I proposed to my, now, wife via this Perl game.
https://github.com/pgporada/ourperlgame
game marriage perl perl-game perl5 proposal
Last synced: 7 months ago
JSON representation
I proposed to my, now, wife via this Perl game.
- Host: GitHub
- URL: https://github.com/pgporada/ourperlgame
- Owner: pgporada
- Created: 2014-06-04T19:57:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T03:24:54.000Z (over 8 years ago)
- Last Synced: 2024-11-03T09:23:30.644Z (8 months ago)
- Topics: game, marriage, perl, perl-game, perl5, proposal
- Language: Perl
- Homepage:
- Size: 1.54 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# I PROPOSED TO MY FIANCE WITH THIS GAME AND SHE SAID YES!
- - - -
# Overview: ouRPerlGameThe Perl game all of my friends have been helping me create by giving their ideas.
- - - -
# Usage1. Currently the sounds only work on osx because I'm utilizing /usr/bin/afplay in several spots.
1. You will need some modules. I like to use [cpanminus](https://raw.githubusercontent.com/miyagawa/cpanminus/)
1. To install `cpanminus` on a Unix based system: `curl -L http://cpanmin.us | perl - App::cpanminus`
1. To install the required modules: `sudo cpanm Term::ANSIColor Term::ExtendedColor Term::ReadKey Switch Term::Screen`
1. To run the game, grant the execute permission: `chmod +x ouRPG.pl`
1. Finally, run the game: `./ouRPG.pl`### Screenshots of the game in action
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](http://bliker.github.io/cmder/)
Thanks for checking this out!