Champions Leauge Animation

An animation that goes on for about two minutes about a soccer match. All of the various scenes, shapes, timed affects, and diolouges were coded by me. Of course, it feauters my favorite team Galatasaray and its lycee, as well as the city I was born in: Istanbul. It was coded using NetLogo.

The Animation: Watch (run this with NetLogo and press the go button)

Silk Road Game

A board game made in NetLogo that heavily utilizes turtles-own and patches-own properties to create an interactive game between 2 players. Has a historical side to it with certain colored patches being markets for the turtles (traders) to stop by at. You can see the prices of goods at certain markets (^price-check) or what you have in your bag during your turn (^bag-check). This game has a lot of complex components, but it will be easy for you to get a hang of it once you read THE INSTRUCTIONS at the INFO tab near the top.

I mainly coded this game because it dealt with several topics like history, strategy, and trade.

The Game Canvas: Board (Download this first to have the game board)
Silk Road Game: Game (Make sure to read the info tab first to get a sense, run it with NetLogo, and activate your "wasd" keys before starting game)

Snake-Ship Gameā„¢

A regular snake game with a slight twist. Mercading torpedo bombs are thrown at you if you unlock challenge mode. Extensively used patch coloring techniques to create mines, a moving tale originated from the head, and plunder. Read more in the top info tab before you start the game.

Snake Game: click me! (run on NetLogo, activate "wasd" keys beforehand, and read info tab first to understand context)

SAT Score Reader

A website that uses data analysis via python to go over the average SAT scores of over a 1000 schools in NYC. I used a CSV file and worked on the sub items on the lines to compute the overall score. I also utilized lists.

CSV file: SAT-Scores

Python file: random-finder

Website: site (hit refresh to see new schools)

Letter-Writer

A referral point for angry ladies or renters who want to complain about the smoke smells that have been coming in lately. Or just feel like giving gifts in generous passion. Really depends what they wanna use it for.

Python file: letter-writer

Website: letter-writer

Learn Nations Website

Website made to judge certain aspects of a small set of countries to determine the best ones based on a field. For more information about my process, check my python code. I used the dictionary method to compare many variables and characteristics.

The Different Countries: Turkey, Netherlands, USA, Argentina, Germany, Japan.

Main Website: LearnNations

Python File: python