Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/francoriba/snake_game_assembly

Classic snake videogame developed in assembler for PIC17F877 microcontroller. @FCEFyN, UNC, Digital Electronics 2
https://github.com/francoriba/snake_game_assembly

assembly bluethooth classic-game fcefyn interrupt-handler microcontroller pic17f887 picmicrocontroller uart unc video-game

Last synced: 5 days ago
JSON representation

Classic snake videogame developed in assembler for PIC17F877 microcontroller. @FCEFyN, UNC, Digital Electronics 2

Awesome Lists containing this project

README

        

# snake_game_assembly
* Español:

Este proyecto consiste en recrear el clásico videojuego snake o "viborita" utilizando una matriz led y el microcontrolador PIC16F887, el lenguaje de programación utilizado en el proyecto es assembly

* English:

This project consists of recreating the classic snake video game using a 8x8 LED matrix display and the PIC16F887 microcontroller. The programming language used in the project is assembly.