Portfolio
Mohammed Ameen Koreshi
Processing Java 
HTML

Currently studying at computer science at City University of London.  Welcome to my portfolio for the work I have produced so far. The roots of my coding knowledge stems from the basic skills I have gained in Python. My intrests are sports and expanding my businesses.

ABOUT ME

PROJECT #1
Parametric line Sand box

Here is my first project, which as simple processing sketch which takes lines with parametric values for each lines data, My inspiration derives from exploring how parametric data can be implemented in to shapes and how trig functions can create compulsive animations.I have used the basic programming constructs such as for loops to allow for multiple lines, if statements for user control, trig functions to alter line movements and simple variables to reflect a sandbox like element to the code

CODE

                       PROJECT #2
2D Pixel Jave Wave Game

This is my second project , which is a simple 2d game made on java. The aim of the game is to kill all mobs and obtain a key to complete all levels without loseing all your Health Points. Each level has new Mobs with different attribrutes such as speed and damage which creates difficulty as you progress.values for each lines data, My inspiration from the design orginiates from pixel art. Along the development of my game I encounterd multiple errors such as issues in collision between enimies and the hero and how to replicate a realistic experience. Throughout this project I have gained a better understanding on how graphical user interfaces are created as well as adding sound effects into my code