Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.22 KB

Mark My Words

A game for Open Jam 2017 by the Geeks and Gadgets Club at Marshall University (http://mugeeks.org/).

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.