Developed by Alicja Mahr (Boston University) and Jackson Kahn (Cornell University) for the final project of ENG EC 311 (taught by Tali Moreshet)
Simple verilog implementation of a number guessing game. Players may select between one player (Player vs AI) and two player (Player vs Player) modes. The game keeps track of the running score and the number of guesses used by each player. Players are shown the number of correct and misplaced values after they submit a guess.
There is no license for this code. All rights are reserved, and all default copyright laws apply. You may not reproduce, distribute, or create derivative works from the code within this respository. You may not submit any portion of this code for an assignment, lab, or exam as your own.
There is no support for this code. Questions regarding design or implementation can be asked via GitHub Issues.
Two files are missing: PRNG.v
and SevenSegmentLED.v
. These have been excluded as they are proprietary files provided for the students of ENG EC 311 at Boston University, and I do not have the rights to redistrbute them.