ANDREW VIEN

G a m e D e s i g n e r | G a m e p l a y P r o g r a m m e r

SQL Table Creator

Executable C++ application that mimics SQL-style tables by creating record databases based on user input. Database can be modified, filtered based on key values, and imported/exported to external files.

C++ Programming

Data Structures

OOP

SFML

Shunting Yard

Graphing Calculator

Executable C++ application that accepts a user-inputted mathematical equation and outputs a visual, animated graph. Accepts linear and trigonemetric equations. Visual graph includes panning, zoom, animation, and linear/polar graph toggle.

C++ Programming

OOP

SFML

Shunting Yard

Reverse Polish

Game Of Life Simulator

Executable C++ application that generates a visual simulation of Conway's Game of Life. UI features allow simulation and visual manipulation. Features save/load simulation through reading/writing text file. Made through 2D arrays and basic C++ functions.

C++ Programming

SFML