Garrett Burroughs

Wordle Clone

A clone of the popular Wordle game


Summary

A clone of the popular Wordle game

Languages Used: Java

Technologies Used: JavaFX

Takeaways

This project was a part of CS 3140 - Software Development Essentials taught at the University of Virginia. The focus of this was on the MVC architecture, as we had written the functionality of a console based wordle game in a previous project. The goal of this project was to swap out the view to a graphical one, without modifying the model or controllers.

Contributors

This project was worked on with

Some starter code was also provided by course instructors for CS3140 (although most starter code had been completed in a previous project)