Skip to content

The classic battleship board game made from scratch in assembly code for the MCS-51 family

Notifications You must be signed in to change notification settings

jltmanso/Battleship-ASM-AT8051

 
 

Repository files navigation

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.

About

The classic battleship board game made from scratch in assembly code for the MCS-51 family

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 100.0%