This is the base repo for the interactive programming project for Software Design, Spring 2018 at Olin College.
This project utilizes pygame. To install, execute the following command:
pip install pygame
The game is run by executing the following command:
python GameView.py
Character 1, the one on the left, is controlled with the W, A, S, D, and E keys. The W, A, and D keys are for movement, S if for shield, and E is to attack. Charcter 2, the one on the right, is controlled with the I, J, K, L, and O keys. The I, J, and L keys are for movement, K is for shield, and O is to attack.
A project reflection can be found here.