A downloadable game for Windows

This is a story about pigs who start out with no written language. When a new concept is introduced, you draw the symbol for it. From that point on, all dialogue uses your symbol. This is a pretty short game, but we hope you like it.

Dependencies

*Mark My Words* was made for Python 2 and depends on the Pygame
library.


You can obtain Pygame by using the "pip" package manager
which normally comes with Python.  To do so, run the following
command:

pip install --user pygame


If you have Python 3 installed, you may need to run the following
command instead to make sure you are installing Pygame for Python 2.

pip2 install --user pygame

Running


You can run the game with this command:

python main.py


If you have Python 3, you may need to specify that you want to run
the game with Python 2.  To do that, use this command:

python2 main.py


License


Music license info is in music/License.txt
All code is licensed under the GNU GPLv3.
All art is licensed under the CC Attribution-ShareAlike 3.0 Unported.

Credits

Every contributor is from the Geeks and Gadgets Club at Marshall University!


Music: Isaac B, Chris R, Chad M; more details in music/License.txt


Art: Everyone (Isaac B, Mya J, Anthony B, Patrick S, Brandon D, Chad M, Brody S, Chris R, Chris M, Charlie M)


Coding: Chris M and Charlie M.

Download

Download
MarkMyWords-master.zip 24 MB
Download
MarkMyWords-win32-exe.zip (Post-jam) 32 MB

Leave a comment

Log in with itch.io to leave a comment.