Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Latest commit

 

History

History
2 lines (2 loc) · 508 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 508 Bytes

Battleship 8051: The classic board game written in Assembly

This project focused on the development of the classic two-player board game, Battleship. In order to improve assembly coding skills for the 8051 architecture, this project had the constraint to be written completely in assembly. The implemented game offers two gameplay modes: (i) Human vs. Human, and; (ii) Human vs 8051 MCU. Besides this, PS/2 keyboard support, UART communication and time-awareness of every move are included on the project.