Skip to content

A simple Memory Game implemented using MPLab Assembly on a PIC16F84A micro-controller

Notifications You must be signed in to change notification settings

jadghadry/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

📄 Abstract

Memory Game is card game in which multiple cards are laid face down. The player should flip two of the cards face up on each turn. This game can be played with one or more players. The objective is turn over pairs of matching cards. If non-matching cards were turn face up, then both cards will be flipped face down again. If the two pairs were matching, then the cards will be kept face up and the player will gain a point that will be added to their respective score. Rules of these games may vary from a version to another. They can also have more complex scoring rules.

In our project we will design a small memory game of three different versions. Each version will have its own set of rules, all of which are defined in the appended project specification.

🏷 Task

Our task is to implement a simplified version of the memory game on a PIC16F84A micro-controller using the MPLab assembly language. The project should conform to the entirety of its description without any compile or runtime errors.

🖥 Challenge

The personal challenge was to develop the project using as few lines of code as possible. Accordingly, the entire project was implemented using only 442 compiled lines of code, subject to improvement on the long run.

About

A simple Memory Game implemented using MPLab Assembly on a PIC16F84A micro-controller

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published