The aim of this project is to implement the snake game on an Aurix board, using a joystick to drive the snake and a 8x8 led matrix with MAX7219 driver to display the game.
This repository contains 2 projects:
- Snake_Game_KIT_TC375_LK: for Aurix kit TC375 LK, snake game that prints the gameboard on the console.
- Snake_Game_KIT_TC397_TFT: for Aurix kit TC395 TFT, that displays the game on the led panel.
For a more detailed description of the implementation you can read this report.
NOTE: these projects are just Proofs of Concept: a relevant part of the code have been taken from the Aurix code Example repository from Infineon and adapted for our purpose.