Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupav/udacity_git
based on Udacity course of using git-- fun.
https://github.com/rupav/udacity_git
Last synced: 8 days ago
JSON representation
based on Udacity course of using git-- fun.
- Host: GitHub
- URL: https://github.com/rupav/udacity_git
- Owner: rupav
- License: mit
- Created: 2017-08-25T13:23:30.000Z (about 7 years ago)
- Default Branch: easy-mode
- Last Pushed: 2017-08-25T14:01:47.000Z (about 7 years ago)
- Last Synced: 2024-08-09T04:35:06.809Z (3 months ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML5 Asteroids
This game was created Doug McInnes. His code can be found
[here](https://github.com/dmcinnes/HTML5-Asteroids), and you can play his
version of the game online at his website
[here](http://dougmcinnes.com/2010/05/12/html-5-asteroids/).Caroline Buckey and Sarah Spikes modified the repository to create exercises for
the Udacity course [Version Control Using Git and Github](TODO). These
modifications included introducing bugs and other changes into Doug’s commits he
did not in fact create! The bugs are intended to give learners experience using
Git to find the commit where a bug was introduced. To play the modified version
of the game, simply open the index.html file in your web browser.Many thanks to Doug for creating this awesome game.