Profile Picture

Stephanie Walsh

Google STEP Intern

About

I'm a rising junior at the University of Pennsylvania studying computer science. I'm currently working as a STEP intern for Google. This year the internship consists of technical training projects and a capstone project. Check out my Github to see what I'm currently working on!

Outside of work I enjoy hiking, running, and golf. At school I play on the Women's Ultimate Frisbee Team and am a TA for CIS110: Introduction to Programming.

Projects

Tic Tac Toe

Below is a simple 2-player Tic Tac Toe widget built in JavaScript. Click a tile in the board to place a black tile there. Then let the second player click a tile to place a red tile on the board. Continue until a player has won or the board is full.

Wikispeedia Shortest Path Solver

A version of the WikiSpeedia game - a game where you navigate between two Wikipedia pages using hyperlinks. This is an implementation using Java Swing for a NETS150 group project. We implemented the game and interface as well as using the BFS shortest path algorithm to reveal the quickest path between your current page and the target page.

Wikispeedia GUI

2048

An implementation of the mobile app 2048 using Java and the PennDraw library. This was a final project for CIS110.

2048 GUI