Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 825 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 825 Bytes

Spacer Things

A Browser-Based Arcade Classic

Play now on Heroku

Instructions

Welcome to Spacer Things! Use the arrow keys to maneuver your ship left and right, and the spacebar to shoot the aliens. Last as long as you can, and try to beat the High Score!

Dependencies

  1. p5.js
  • Utilized for Graphics and Custom Physics Engine
  1. MySQL & Sequelize
  • Utilized for Leaderboard Persistence
  1. Node & Express
  • Server-Side logic and Routing
  1. Handlebars & Materialize
  • View Templating and Styling

Testing

Nightmare, Mocha & Chai

  • Used for Testing

Team Breakdown

John Lee & Ryan Richholt

  • Graphics Rendering, Game Logic, and Physics Engine

Michael Palermo & Fox

  • UI, View Engine, and Leaderboard Controller