Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 600 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 600 Bytes

app_academy_projects

This is the majority of the projects I worked at on at App Academy from March to May of 2015. Highlights include:

Rails Lite

  • an HTTP server based on Ruby on Rails
  • parses requests and request parameters using WEBrick and Ruby metaprogramming

Chess

  • Object oriented version of Chess playable in the terminal
  • Uses class inheritance to determine how each piece moves

Trello Clone

  • Clone of the Trello App in BackboneJS, can create lists, cards and notes
  • Draggable interface works like Trello

Asteroids

  • HTML5 Canvas version of classic game of Asteroids