portfolio_1

12

Upload: daryll-rinzema

Post on 28-Mar-2016

215 views

Category:

Documents


1 download

DESCRIPTION

My first portfolio put together

TRANSCRIPT

Page 1: Portfolio_1

Daryll RinzemaPortfolio

namespace Portfolio

public clas Student : Multimedia {

}

public string firstName = “Daryll”;public string lastName = “Rinzema”;

public Student(string firstName, string lastName){

this.firstName = firstName; this.lastName - lastName;}

public string getfirstName(){ return firstName;}}

public string getlastName(){ return lastName;}

public void setfirstName(string firstName){ this.firstName = firstName;}

public void setlastName(string lastName){public void setlastName(string lastName){ this.lastName = lastName;}

public void ShowPortfolio(){

System.Console.Writeline(”Show Portfolio”);}

using System

Page 2: Portfolio_1
Page 3: Portfolio_1

Projectname:

Hartveilig

Projecttype:

Tutorial

Software:

Flash

Task:Task:

Programmer

Info:

I was asked to help with this project in programming,because the projectgroup didn’t have a programmer.Together with the project on the next page,these projects were my first experiences with coding.

Page 4: Portfolio_1
Page 5: Portfolio_1

Projectname:

Time Therapy

Projecttype:

Point & Click Game

Software:

Flash

Task:Task:

Main Programmer

Info:

My first game project.Even though I didn’t have any programming experienceI decided to program and do everything hardcoded.By hardcoding everything I learned a lot!

Page 6: Portfolio_1
Page 7: Portfolio_1
Page 8: Portfolio_1

Projectname:

Dr Crumble

Projecttype:

Sidescrolling Race Game

Page 9: Portfolio_1

Software

Unity3D

Task:

Character & AI,Sound & Particle System,Programmer

Info:Info:

Biggest and most succeful project.Created a game using Unity and coded in C#I learned OOP and started using Design Patterns.I became familiar with UML.

This project was a fine piece of work.It was a superb experience!

You will find the CLASS HIERARCHYYou will find the CLASS HIERARCHYon the next 2 pages

Page 10: Portfolio_1
Page 11: Portfolio_1
Page 12: Portfolio_1

Application.Exit();