Hello, I'm Tanya

A computer programmer passionate about coding and creating, while always on a journey of continuous learning

PROJECTS

Image Processing Toolbox

An application where users can edit and manipulate images. This toolbox allows users to crop, scale, flip, rotate, apply zero padding, change the brightness, change the contrast, apply filters, emboss, and detect edges in their images. Made with:

  • Python
Image of to do image processor app. Image of to do image processor app.
Chess

A terminal game where the user selects whether they want to play the one player or two player version of the game. The one player version has a basic chess AI which implements a min-max tree with A-B pruning. Click 'View Project' for more details about how the game was designed. Made with:

  • Python
Image of chess game open in mac terminal. Image of chess game open in mac terminal.
Roll a Ball

A game where users move the ball around the space using the arrow keys and collect awards. Made with:

  • Unity
  • C#
Image of Roll a ball game. Image of Roll a ball game.
To Do Web App

A web application where users are able to enter the things on their to do list. Users can edit and delete items on the list. Made with:

  • HTML
  • CSS
  • JavaScript
Image of to do list web app. Image of to do list web app.
Tic Tac Toe

A terminal game where the user chooses to either be X or O. The user takes turns playing against the computer. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. Made with:

  • C
  • Makefile
Image of tic tac toe game open in mac terminal. Image of tic tac toe game open in mac terminal.