/pegmoji

A console game of peg solitaire.

Primary LanguageMakefileMIT LicenseMIT

Pegmoji

Pegmoji is a console-based game of peg solitaire, based on the specifications from University of Wisconsin-Madison's CS300 course.

The program is implemented entirely in Emojicode.

Is it called "pegmoji" because the implementation is in Emojicode, rather than the game board being made of emojis?

Yes! I think that having to type emojis into the console to play the game would be rather inconvenient, so the whimsy and wonder of emojis resides in the source code instead.

Building From Source

make build
./target/pegmoji

or

make run