8051 Connect Four

8051 Connect Four is an implementation of the classic Connect Four game on an Intel 8051 microprocessor. It uses 8 buttons as inputs and an LED matrix as output. It features true 2 player mode with automatic winner detection and was completely implemented in assembly language. This was a university project.

GitHub

Stack

  • 8051 microprocessor
  • MCU 8051 IDE
  • Assembly language