https://github.com/callmehiphop/mario-cards
https://github.com/callmehiphop/mario-cards
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/callmehiphop/mario-cards
- Owner: callmehiphop
- Created: 2013-07-04T05:23:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-06T17:30:53.000Z (over 11 years ago)
- Last Synced: 2024-10-31T14:45:43.205Z (4 months ago)
- Language: JavaScript
- Size: 5.47 MB
- Stars: 68
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mario-Cards
===========This is a re-creation of the card flip game from Super Mario Bros. 3, it's also based off of
Play here
or..
Install it by doing the following
```
# Use `package.json` to pull down dependencies from npm
$ npm install# Use `component.json` to pull down dependencies from bower
$ bower install
```After you have all the dependencies installed, all that is left is to run `grunt server`!