Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 830 Bytes

File metadata and controls

19 lines (16 loc) · 830 Bytes

InteractiveProgramming

This is the base repo for the interactive programming project for Software Design, Spring 2018 at Olin College.

Dependancies:

This project utilizes pygame. To install, execute the following command:

pip install pygame

How to Run:

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.

Project Reflection

A project reflection can be found here.