|
5 years ago | |
---|---|---|
node_modules | 9 years ago | |
src | 8 years ago | |
test | 8 years ago | |
.gitattributes | 10 years ago | |
.gitignore | 9 years ago | |
.jshintrc | 9 years ago | |
Gruntfile.js | 8 years ago | |
LICENSE.md | 9 years ago | |
LICENSE.txt | 9 years ago | |
README.md | 8 years ago | |
manifest.webapp | 9 years ago | |
package.json | 8 years ago |
README.md
TMGC-JS
A little Tamagotchi game for the web. It isn't complete yet, but playable.
See the last stable version in Firefox Marketplace. This is a rewrite and extended version.
How To Contribute
So you want to join the team? Great! Here's how to get a working set-up:
$ git clone https://github.com/kurai021/TMGC-JS.git TMGC-JS.git
$ cd TMGC-JS.git
$ npm install
Easy, isn't it?
Development dependencies
The following programs are needed for development. Further are managed by Bower:
- git
- npm
- jQuery >= v1.7.2
- jQueryUI >= v1.8.18
- l10n.js
- …
Install jQuery, jQueryUI and Font Awesome:
If you have errors with JQuery, jQueryUI or Font Awesome, you can install them again in this way:
$ sudo npm -g install bower
$ cd TMGC-JS/src
$ bower install jquery jqueryui fontawesome
Start testing
We're going to use Mocha + Chai as BDD Testing Framework.
Just run http-server -p 8000 --cors in a terminal
and point your browser of choice to the address.
Grunt jobs
Grunt does all the ugly work for us.
To have a live reloading version, just run grunt server
.
License
This project was released unter BSD 2-Clause license. Check out LICENSE.txt for further information.