Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.17 KB

Sample Projects

A collection of projects and skeletons in various states of completion

  • use these as inspiration for your own project, or try building off of one of them!

Javascript

###Skeletons html5_game_skeleton

  • Full game skeleton which will allow you to load images, draw onto the screen, and manipulate game state.

###Partially working projects html5_game_example

  • Sample game built using the game skeleton. This bounces a ball around the screen.

Python

###Partially working projects pygame_asteroids

  • Partially working asteroids game built with pygame. Missing user controls and shooting.

pygame_ball

  • Bouncing ball built with pygame.

pygame_pong

  • Pong game built with pygame. Missing scoring and some user controls.

turtle_pong

  • Pong game built with turtle graphics. Missing scoring and some user controls.

stocks

  • Basic stock watcher webapp.

movie_sms

  • Movie viewer with sms connectivity to text your friends. Missing api keys and some sms features.

###Fully working projects craigslist

  • Takes a query in english and retrieves all relevant posts on craigslist.

text_analysis

  • Performs basic text analysis on a body of text.