Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
27d81c6
Merge pull request #25 from mojotech/clean_up_merge
samccone Oct 5, 2012
77116b9
Add missing image
Oct 5, 2012
1b3fb3e
Fix setup issues
Oct 8, 2012
ff4fab5
Merge pull request #26 from mojotech/fb/fix_setup_issues
samccone Oct 9, 2012
9ad9d65
Initial sound support
Oct 10, 2012
62ee45f
Do not play sound if pill can't move
Oct 11, 2012
aaf8397
Support old variant of audio API
Oct 11, 2012
d198a2a
basic MIDI support
Oct 11, 2012
a62eeae
Play music on setup screen
Oct 13, 2012
3bdb1d2
Merge pull request #27 from mojotech/ek/sound
samccone Oct 13, 2012
59a4ce4
Add Node.js static server
Oct 11, 2012
f613c5d
Use express to create the webserver
Oct 11, 2012
976a4bf
Accomodate files to serve all static files from public
Oct 11, 2012
6dc8562
Add jade templates
Oct 11, 2012
388e6ec
Merge pull request #28 from mojotech/fb/server
samccone Oct 17, 2012
fc7d842
Add modal box
Oct 18, 2012
e492f78
Delete styles folder
Oct 22, 2012
d3dc828
Add next level button
Oct 22, 2012
08ae45c
Add restart button
Oct 22, 2012
74ab8c2
Merge pull request #29 from mojotech/fb/modal_box
samccone Oct 23, 2012
f9108f6
Add leaderBoard
Oct 23, 2012
8a22583
Add node-parse-api
Oct 30, 2012
9750b0f
Change webServer by app in server file
Oct 30, 2012
338894f
Use bodyParser in server
Oct 30, 2012
d27685d
Place Parse.com behind server
Oct 30, 2012
2e57ef4
Use the new highScore interface from client side
Oct 30, 2012
cacd134
Add csrf token
Nov 20, 2012
c7b1639
Merge pull request #30 from mojotech/fb/high_scores
wkf Nov 21, 2012
e621120
Add leader board with initials
Nov 19, 2012
aab6b98
Merge pull request #31 from mojotech/wkf/high_scores
samccone Nov 21, 2012
40a8567
Fix in-game music and sound effects
Nov 21, 2012
d19cc75
Merge pull request #36 from mojotech/wkf/add_game_music
wkf Nov 26, 2012
3011945
fix keyboard navigation on home screen
Nov 26, 2012
015bd57
Merge pull request #37 from mojotech/wkf/fix_keyboard_navigation
wkf Nov 26, 2012
b461453
keep settings after restart, close #33
Nov 26, 2012
62b2662
Allow toggle music on/off when game is running
Nov 26, 2012
85ffff7
Merge pull request #32 from mojotech/fb/music-off
wkf Nov 26, 2012
162589b
restyle buttons
Nov 26, 2012
4dd6eb7
Merge pull request #42 from mojotech/wkf/style_buttons
wkf Nov 26, 2012
7483874
avoid flash of unstyled content
Nov 26, 2012
1c0c487
Merge pull request #41 from mojotech/wkf/avoid_unstyled_content
wkf Nov 26, 2012
61529bc
press enter to restart game, close #35
Nov 27, 2012
05f3dda
Merge pull request #43 from mojotech/ek/restart-on-enter
samccone Nov 27, 2012
4c8f0bd
Update instructions
Nov 27, 2012
f109ab5
Even space words in setup page
Nov 27, 2012
683ba1e
Merge pull request #47 from mojotech/fb/even_spaced_elements
vlmonk Nov 28, 2012
aafebb2
Increase flash timeout, issue #44.
Nov 28, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
.sass-cache
.sass-cache
node_modules
Binary file added 8CB1fFeb1n8.flv
Binary file not shown.
65 changes: 0 additions & 65 deletions index.html

This file was deleted.

5 changes: 0 additions & 5 deletions javascripts/score.js

This file was deleted.

72 changes: 0 additions & 72 deletions javascripts/setup.js

This file was deleted.

20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "dr_mojo",
"domains": [
"dr.mojotech.com"
],
"subdomain": "dr_mojo",
"scripts": {
"start": "node server.js"
},
"version": "0.0.0-4",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"connect": "latest",
"express": "2.5.8",
"jade": "latest",
"node-parse-api": "latest"
}
}
Binary file added public/flash/soundmanager2.swf
Binary file not shown.
Binary file added public/flash/soundmanager2_debug.swf
Binary file not shown.
Binary file added public/flash/soundmanager2_flash9.swf
Binary file not shown.
Binary file added public/flash/soundmanager2_flash9_debug.swf
Binary file not shown.
Binary file added public/flash/soundmanager2_flash_xdomain.zip
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added public/images/game_border2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading