You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code implements a simple game programmed in C
Basic Idea
=====
The player is represented by an asterisk on the LCD screen and their goal is to reach the bottom right position on the screen using four buttons to move their player left, right, up, and down.
The game relies on an LCD library created by @micfloy and a button library created by @toddbranch
====
Documentation
=====
Baron helped me with the cases for moving the player left and right. I also looked at @ryanlamo's main.c to do the Port 1 vector interrupt