This project is based on the Voltorb Switch mini game from Pokemon. This repository is part of a Programming Assignment for the Advanced Programming Course. The purpose of this project is to creatively help the student create practical programming skills by implementing changes to the base code that require strong understanding of the concepts discussed in class.
Base code developed by: Armando Cruz & Christian Perez
- Clone this project inside an OpenFrameworks installation's "apps/myApps/" directory
- Run the command "make" in the terminal or the "Build" Task in VSCode.
- To run the project using the included debug configurations you must open the "launch.json" file found in ".vscode/". In "launch.json" change the "program" attribute for the corresponding configuration (according to your OS) to reflect the path to your executable. The executable will have the same name as this repository, and if on Windows, it will end in ".exe"
To submit this assignment, create a Release with the branch that holds all the changes you have added. If no Release is made, the last commit to the master branch will be graded.
Don't forget that you must also fill out an evaluation form in Moodle to consider the project submitted.
Partner 1: (STUDENT NUMBER HERE) (STUDENT NAME HERE) (STUDENT EMAIL HERE) Partner 2: (STUDENT NUMBER HERE) (STUDENT NAME HERE) (STUDENT EMAIL HERE)
Any project that doesn't compile will receive a 0.
If a partner has no commits in the repositories, they'll will receive a 0.
If you have any notes to add for your TA about the project specs or creative additions, you may do so in this section of the README