Commit graph

218 commits

Author SHA1 Message Date
Logan Engstrom
c694e1a537 made game time based. made game slightly easier 2014-08-21 00:37:25 -04:00
Logan Engstrom
7c9a0c5249 brought up to date 2014-08-20 22:56:53 -04:00
Logan Engstrom
0aa06862e7 prepping for prod 2014-08-18 23:12:59 -04:00
Garrett Finucane
ce6709cb9a setInterval for physics 2014-08-18 20:09:46 -04:00
Garrett Finucane
b27a199a29 restart only shows on pause 2014-08-18 14:05:55 -04:00
Garrett Finucane
7e673ef3b6 fixed pause button not resetting on restart 2014-08-09 09:39:02 -04:00
garrettdreyfus
fd167d4599 fixed highscores not being saved 2014-08-01 21:31:24 -04:00
meadowstream
1ccccea7ad added far higher difficulty cap 2014-08-01 09:12:22 -04:00
Garrett Finucane
3ae8fb1291 fixed highscore doubling? 2014-07-31 16:55:56 -04:00
meadowstream
07858cddc5 updated wavegen times 2014-07-27 20:00:54 -04:00
Garrett Finucane
5b096a6107 made combo reflect timer 2014-07-26 19:58:58 -04:00
meadowstream
e69482b453 fixed pause button toggling in the opposite manner. added more
highscores infrastructure to make it more reliable / more modular
2014-07-26 09:23:24 -04:00
meadowstream
4c689fb8eb tenatively fixed highscores 2014-07-25 00:33:54 -04:00
meadowstream
f3a0741ab8 started writing highscore code 2014-07-24 11:16:53 -04:00
meadowstream
7d36457851 added info button support in home screen; made hit detection basde on canvas coordinates rather than DOM for info button 2014-07-23 22:00:46 -04:00
meadowstream
7f69081afb removed useless function + removed alert 2014-07-23 09:30:51 -04:00
meadowstream
b597566c22 fixed flashing on ios 2014-07-22 22:07:38 -04:00
meadowstream
e4de6dab2a removed redundant code, removed debugger statements 2014-07-22 21:52:02 -04:00
meadowstream
b9cb183eb8 added pause message when pressing info button 2014-07-22 09:30:13 -04:00
meadowstream
62db241d28 fixed not beig able to close helpScreen 2014-07-22 09:26:56 -04:00
meadowstream
b931daf7c7 fixed double restart issue in ios. added real handlers for helpText classes 2014-07-22 09:21:16 -04:00
meadowstream
dea99b59e2 fixed bottom bar connectivity issues. fixed instruction text appearing in the pause screen. fixed buttons appearing in the end game screen 2014-07-22 09:06:52 -04:00
meadowstream
98310798f7 added showing and hiding of buttons, made buttons appear onload (instead of having ugly iframes / skeletons, other misc changes 2014-07-21 21:41:04 -04:00
Garrett Finucane
47033a218d share buttons disapear 2014-07-20 23:10:21 -04:00
Garrett Finucane
aadd535a6a share buttons centered 2014-07-20 22:36:45 -04:00
Garrett Finucane
6e0e4e6be0 Merge branch 'gh-pages' of http://github.com/hextris/hextris into gh-pages 2014-07-19 22:15:26 -04:00
Garrett Finucane
123ab0e82e pause button off at start screen 2014-07-19 22:15:14 -04:00
meadowstream
3aa1e00f11 fixed merge commits 2014-07-19 22:11:42 -04:00
meadowstream
a6af6db755 added phonegap handlers. integrated pause and info buttons 2014-07-19 22:03:22 -04:00
Garrett Finucane
df8fc1f809 highscores 2014-07-19 21:46:05 -04:00
meadowstream
46d809cacf added button to go to main menu from the pause menu 2014-07-19 17:36:43 -04:00
meadowstream
c8a8e1e9ca removed intro JSON, kept keypress, consolidated initialization to a single function 2014-07-17 21:11:05 -04:00
meadowstream
766599bf01 added fading helpText, removed old ogg declarations, removed old ogg
files
2014-07-16 00:09:27 -04:00
meadowstream
1e4b5a8e94 removed music 2014-07-16 00:06:23 -04:00
Garrett Finucane
6466249b4d Merge branch 'gh-pages' of http://github.com/teamsnowman/hextris into gh-pages 2014-07-07 10:55:26 -04:00
Garrett Finucane
e4edf9901e made looping and autoplay in js 2014-07-07 10:55:12 -04:00
meadowstream
17666fdbed disabled dragging on screen 2014-07-06 21:28:34 -04:00
Garrett Finucane
73d275857b intro leads in and loop loops 2014-07-06 10:38:33 -04:00
meadowstream
cad6441fcc Merge branch 'gh-pages' of https://github.com/teamsnowman/hextris into gh-pages 2014-07-05 17:44:39 -04:00
meadowstream
b4100e828b Removed count variable; extended combo time 2014-07-05 17:44:31 -04:00
Garrett Finucane
311e2ef734 mute unmute and audio 2014-07-05 17:18:23 -04:00
Garrett Finucane
838c707018 added audio and scaled comboTimer I think 2014-07-05 16:07:34 -04:00
Garrett Finucane
577c107146 Merge branch 'gh-pages' of http://github.com/teamsnowman/hextris into gh-pages
Conflicts:
	index.html
2014-07-05 15:47:48 -04:00
Garrett Finucane
ecb6a4baa4 started audio playing 2014-07-05 15:47:14 -04:00
meadowstream
1f25b6ab91 added restart messages for mobile + modified those for desktop, added timeout before being able to restart 2014-07-05 10:21:07 -04:00
meadowstream
debba1e2f9 fixed issues around pausing and toggling the info button at the same time 2014-07-05 00:32:54 -04:00
meadowstream
058d727aec added alternate text 2014-07-04 22:23:19 -04:00
meadowstream
56e458851f almost done with tutorial. fixed devmode not being able to be enabled 2014-07-04 19:08:49 -04:00
meadowstream
18d1c6e6a9 Merge branch 'gh-pages' of https://github.com/teamsnowman/hextris into gh-pages 2014-07-04 16:43:01 -04:00
meadowstream
2f66138ddc Fixed instruction text in mobile 2014-07-04 16:42:55 -04:00