Skip to content

wertylop5/StarFox_FinalProject

Repository files navigation

CS 3420/ECE 3140 Final Project: Star Fox

Created by: Stanley Lin, Rodrigo Taipe, Michael Zhou

This is a top down pixel shooter inspired by the game Star Fox.

More extensive documentation can be found here

Installation

In terms of hardware, we used:

  • FRDM K64F board
  • 8x8 LED matrix
  • MAX7219 driver
  • joystick
  • pushbutton
  • 4 digit seven segment display

You will need to install mbed middleware for this project. Our group utilized mbed-cli. There are two ways to install it:

You'll also need to install a few libraries. Go into the project root and run the following commands:

  • mbed add mbed-os
  • mbed add http://os.mbed.com/users/eencae/code/Joystick/
  • mbed add http://os.mbed.com/users/morecat_lab/code/sseg/

Compiling and Running

Run mbed compile --target K64F --toolchain GCC_ARM --flash (Note that GCC_ARM can be replaced with some other toolchain if necessary)

This project was compiled using compiler version 6.3.1 and mbed-cli version 1.10.3 on python 3.7

About

CS3420 Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages