Submission: Programming theory in action
Exercise
·
foundational
·
+60XP
·
30 mins
·
Unity Technologies

1. This mission has been updated!
2. Overview
3. Create a new repo and do your initial commit
4. Design your project
5. Create a branch for your title screen and commit changes
6. Merge your branch with the master branch
7. Continue working on your submission
8. Submit your project
Please login to submit
Submission Gallery

Animal Game
Play either a cat, a dog or a penguin and try to kill another type of animal while dodging the last type of animal. Each animal is either the prey or the hunter of another animal. You can move with the keyboard arrows and jump with spacebar. If you get touched, you lose, if you defeat all the enemies before being touched, you win.

Programming Theory
Turn Based Project, based on the OO principles

OOP practice
operating three types of vehicles to protect city from flying, running and swimming enemies

OOP Pillars by Jceek
My submission for Object Oriented Programming and it's Pillars. All done with several GitHub branches and commits. Great project for personal growth. GitHub-Link: https://github.com/Jceek/Programming-Theory-Repo.git

Becoming Curry 2
This next game in the series demonstrates the four pillers of OOP, while also be fun!

cube
new game

Inept Guard
Check out the README for the link to Unity Play. There are files not included in the final version (Character -> Paladin Inheritance) but all OOP principles were touched on throughout the project.

Counter project
Sample Project build for counting prototypes of the machine..