Commit graph

65 commits

Author SHA1 Message Date
Gwenhael Le Moine
0670cb375e move things around (it's getting late, time to stop fiddling with this pointlessly) 2011-07-13 23:00:02 +02:00
Gwenhael Le Moine
032996dd52 encapsulate everything in initialize_a_star() 2011-07-13 22:57:02 +02:00
Gwenhael Le Moine
1c7c308c60 store dom container name into state 2011-07-13 22:55:43 +02:00
Gwenhael Le Moine
9f5c19ee36 move sprites into state.board_infos + load_sprites() 2011-07-13 22:42:48 +02:00
Gwenhael Le Moine
af2c04d08c move board_infos into state ; remove options 2011-07-13 22:36:20 +02:00
Gwenhael Le Moine
1bb267f698 increase timeout before drawing first level 2011-07-13 22:21:45 +02:00
Gwenhael Le Moine
6e485e4b50 cosmetics 2011-07-13 22:19:35 +02:00
Gwenhael Le Moine
3b1a365518 canvas adjustements :
. only draw full board when loading level
. draw only part of the bord each move
. or when switching actors
. + various tweaks
2011-07-13 22:17:50 +02:00
Gwenhael Le Moine
1733b5c531 no need of dummy value 2011-07-13 21:37:57 +02:00
Gwenhael Le Moine
fa413b05ec useless 2011-07-13 21:29:40 +02:00
Gwenhael Le Moine
0a449ca776 comment 2011-07-13 20:53:52 +02:00
Gwenhael Le Moine
ec1a87eb06 use jQuery instead of getElementById 2011-07-13 20:52:59 +02:00
Gwenhael Le Moine
540e7d1c02 beau 2011-07-13 20:51:27 +02:00
Gwenhael Le Moine
355f66b8a1 remove debugging stuff 2011-07-13 20:50:32 +02:00
Gwenhael Le Moine
27eadd30c8 remove unused css classes 2011-07-13 20:48:37 +02:00
Gwenhael Le Moine
131c836aeb refactorign 2011-07-13 20:27:10 +02:00
Gwenhael Le Moine
bbffd9444a if html skeleton hasn't been pushed in the DOM it's rather difficult to operate on #facepalm 2011-07-13 20:18:39 +02:00
Gwenhael Le Moine
e27392d803 FIXME: don't display board until the first move is played 2011-07-13 18:38:28 +02:00
Gwenhael Le Moine
02cb44a000 now using canvas
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2011-07-13 18:34:03 +02:00
Gwenhael Le Moine
976b6a1f40 canvas work in progress 2011-07-13 18:17:38 +02:00
Gwenhael Le Moine
e8999bd386 pre-canvas, board_infos is global 2011-07-13 18:10:16 +02:00
Gwenhael Le Moine
9f739c7f04 refactor display code, only refresh changed elements 2011-07-13 16:49:47 +02:00
Gwenhael Le Moine
bf7f37a683 one function initialize_a_star as the entry point 2011-07-13 16:45:02 +02:00
Gwenhael Le Moine
1ce575bdeb emphasis on level's state 2011-07-13 16:31:47 +02:00
Gwenhael Le Moine
d98f692218 check if level is over when playing by mouse 2011-07-12 19:05:21 +02:00
Gwenhael Le Moine
0415c35176 unalign 2011-07-12 18:17:13 +02:00
Gwenhael Le Moine
cf14f8fa8c refactor the code to make it a bit more readable 2011-07-12 18:16:42 +02:00
Gwenhael Le Moine
ce217fc216 simplify on-click if{} 2011-07-12 18:05:52 +02:00
Gwenhael Le Moine
542eb3fcc4 control the actor by mouse-clicks 2011-07-12 17:31:09 +02:00
Gwenhael Le Moine
ed71c19619 give focus in star.js 2011-07-12 16:46:04 +02:00
Gwenhael Le Moine
07b26c8e57 emphasis keys in help 2011-07-07 14:31:09 +02:00
Gwenhael Le Moine
748a724b15 help on the left, board centered 2011-07-07 14:26:29 +02:00
Gwenhael Le Moine
62e1b4c184 make this more readable 2011-07-07 14:23:35 +02:00
Gwenhael Le Moine
c398f18c38 add help 2011-07-07 09:16:32 +02:00
Gwenhael Le Moine
c5da8b640c add 'r' key to reload the level 2011-07-07 09:10:00 +02:00
Gwenhael Le Moine
f25dead85a store the dom element where star will be displayed 2011-07-07 09:09:07 +02:00
Gwenhael Le Moine
bc650ae7a0 alignment 2011-07-06 23:42:40 +02:00
Gwenhael Le Moine
55b659d678 add info panel displaying game's state 2011-07-06 23:28:36 +02:00
Gwenhael Le Moine
098b744301 put star in a div 2011-07-06 23:13:25 +02:00
Gwenhael Le Moine
38f4e81838 display_level builds a self-contained html part 2011-07-06 23:08:41 +02:00
Gwenhael Le Moine
b746e83909 displaying characters is optional and off by default 2011-07-06 23:04:46 +02:00
Gwenhael Le Moine
f7625fb704 OMG graphics!! 2011-07-06 22:47:58 +02:00
Gwenhael Le Moine
3479387310 same, moves -> distance_travelled 2011-07-06 13:46:01 +02:00
Gwenhael Le Moine
1e35d4e313 alignment 2011-07-05 13:46:17 +02:00
Gwenhael Le Moine
8e76404378 indentation 2011-07-05 13:45:13 +02:00
Gwenhael Le Moine
c71a6ecd6f Chrom{e,ium} doesn't know for each -.- 2011-07-05 11:37:15 +02:00
Gwenhael Le Moine
a3a7506099 fixed some jslint complaints 2011-07-05 11:12:30 +02:00
Gwenhael Le Moine
dcd895f1e0 replace if by string.replace 2011-07-05 10:39:56 +02:00
Gwenhael Le Moine
c372de0e76 format_level using regexp replace (a bit over-the-top maybe) 2011-07-05 10:14:15 +02:00
Gwenhael Le Moine
1decb5d98b let's declare our variables 2011-07-05 09:54:13 +02:00