Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 503 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 503 Bytes

Snake on PIC18F8722

An implementation of snake game written specifically for microcontrollers of family PIC18F8722.

  • Prepared as a solution for an assignment of the course "CENG336 Intro. to Embedded Systems Development", which was offered by Assoc.Prof. Uluc Saranli at CENG METU.

  • Written in assembly language.

  • Round-robin design.

  • Involves utilization of various aspects of microcontrollers.