Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.2 KB

Life at UNC

INLS 560 final project

This project is a set of games written in Python using Pygame. Guide Rameses the Ram to a number of locations around UNC to initiate various arcade-style games!

Credits / Source Code modified

Our "main" game is adapted from Iury Alvares's RPG-Pygame project (protected under MIT license; https://github.com/IuryAlves/RPG-Pygame). This is the code we have most extensively reworked, with new player icons, map, and event triggers. Our "sub" game arcade games are from Al Sweigart (http://inventwithpython.com/pygame), protected under simplified BSD license. We have modified these games to have a Carolina theme/feel. We have used the Pygame library, GIMP, and Tilex to create this project.

Contributing

Games made with Python script and the Pygame library. Original contributers are Yonghao Yu, Libby Livingston, and Mao Xuxiang. License can be found at: LICENSE.md Contributer guidelines here: CONTRIBUTORGUIDELINES.md Fork it if you'd like!

Future Scope

What's next for this project? See our milestones for the following: We eventually hope to have a tutorial for new players and a save function.