-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathACKNOWLEDGEMENTS
33 lines (24 loc) · 1.48 KB
/
ACKNOWLEDGEMENTS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This file is part of Poulailler - a browser-revival
of famous Nintendo's Game & Watch Mickey Mouse.
Copyright 2012 Emmanuel Gaillot ([email protected])
Poulailler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Poulailler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Poulailler. If not, see <http://www.gnu.org/licenses/>.
=========================================================================
The game mechanics are directly inspired by Nintendo's Game & Watch
called Mickey Mouse. I wanted to see if I was capable of programming it
in JavaScript. Then I figured out it might be useful to others to see
how I did it. In such, this project is meant for educational purpose only.
The program is written in CoffeeScript (http://coffeescript.org), HTML
and CSS. It uses jQuery (http://jquery.com). Tests are writen using the
Jasmine framework (http://pivotal.github.com/jasmine).
Sounds were created using as3sfxr (http://www.superflashbros.net/as3sfxr/).
Most of what I know in JavaScript and CoffeeScript, I know from Jonathan
Perret. Thank you, Jonathan.