Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T03:24:54.000Z (almost 8 years ago)
- Last Synced: 2024-11-03T09:23:30.644Z (about 2 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
![Main Menu](https://raw.githubusercontent.com/pgporada/ouRPerlGame/master/Screenshots/ourpg01.PNG "ouRPG01")
Help and character sheet
![Help and character sheet](https://raw.githubusercontent.com/pgporada/ouRPerlGame/master/Screenshots/ourpg02.PNG "ouRPG02")
Battle system
![Battle system](https://raw.githubusercontent.com/pgporada/ouRPerlGame/master/Screenshots/ourpg03.PNG "ouRPG03")
Map and random battle
![Map and random battle](https://raw.githubusercontent.com/pgporada/ouRPerlGame/master/Screenshots/ourpg04.PNG "ouRPG04")
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!