Skip to main content Skip to navigation
EECS Student Website | Hayden T. LaCelle UNOPlusPlus (UNO in C++)

Welcome to the UNOPlusPlus website! This is a website made for our UNO game, coded in C++, which was made for a CPT_S 122 programming assignment at Washington State University!

Do you have what it takes to defeat the challenge? Beat the AI for first place in getting rid of your UNO cards!

Game screen, with all of the components labeled.

Launch/menu screen.

Build Instructions

This program utilizes CMake, SFML, and C++. There are many programs out there you can run this program on, and the steps may vary. However, you'll want to make sure you do these basic items.

  • Our GitHub repository already has all of the files you will need.
  • All you need to do is download the code (or clone the repository) into your IDE of choice.
  • Then, have your IDE load the CMake project and generate files locally on your computer.
  • Then, build the program. Give it some time as it may take awhile.
  • Finally, run the program! You're off to the races.