2016-08-18 14:14:48 +10:00
|
|
|
http://www.w3schools.com/games/tryit.asp?filename=trygame_default_gravity
|
|
|
|
|
|
|
|
cat game ???
|
|
|
|
gems
|
|
|
|
diff kinds of cats, and food
|
|
|
|
|
|
|
|
swap cat with food = cat chomps food. minor points for food vanish.
|
|
|
|
food: dry food
|
|
|
|
food: wet food
|
|
|
|
food: cheese
|
|
|
|
food: ham
|
|
|
|
|
|
|
|
cat gets fatter ?
|
|
|
|
|
|
|
|
line of diff cats = cat parade. medium points.
|
|
|
|
line of same cats = big points!
|
|
|
|
line of cats with goat at the end = get rid of lots!
|
|
|
|
|
|
|
|
any parade gives you more moves.
|
|
|
|
|
|
|
|
|
|
|
|
game params:
|
|
|
|
# of moves limit
|
|
|
|
score
|
|
|
|
|
2016-08-20 12:59:29 +10:00
|
|
|
phone fixes as per http://www.html5rocks.com/en/mobile/touch/
|
|
|
|
|
2016-08-18 14:14:48 +10:00
|
|
|
----------------------------
|
|
|
|
|
2016-08-21 09:32:57 +10:00
|
|
|
|
2016-08-22 19:52:15 +10:00
|
|
|
https://www.smashingmagazine.com/2012/10/design-your-own-mobile-game/
|
2016-08-21 09:32:57 +10:00
|
|
|
|
2016-08-25 20:01:45 +10:00
|
|
|
----------
|
2016-08-23 01:13:47 +10:00
|
|
|
|
2016-08-25 16:49:54 +10:00
|
|
|
----------
|
2016-08-24 22:47:23 +10:00
|
|
|
|
2016-08-25 20:01:45 +10:00
|
|
|
|
|
|
|
don't set dirty on mousemove unles your'e doing something
|
|
|
|
|
2016-08-25 16:49:54 +10:00
|
|
|
fireworks when you achieve a goal
|
2016-08-25 20:01:45 +10:00
|
|
|
*flash for now
|
|
|
|
fireworks later.
|
2016-08-25 16:49:54 +10:00
|
|
|
|
|
|
|
turn limit.
|
|
|
|
... then get rid of 'form x parades' goal, just have 'clear x cats'
|
|
|
|
... then get rid of 'survive x turns'
|
|
|
|
ticks down on l/r of board.
|
|
|
|
|
|
|
|
|
|
|
|
show total points on path ??
|
2016-08-24 22:52:57 +10:00
|
|
|
|
|
|
|
|
2016-08-25 16:49:54 +10:00
|
|
|
---------------
|
|
|
|
when a parade is going in to a door, they seem to disappear at the wrong place
|
|
|
|
... try slowing them down
|
|
|
|
thing added at top with x = -1 !!!!
|
2016-08-26 10:31:09 +10:00
|
|
|
it's probably cause of x snap.
|
|
|
|
don't snap when in something other than fall/stop
|
|
|
|
fixed now???????
|
|
|
|
|
2016-08-24 22:47:23 +10:00
|
|
|
|
2016-08-25 16:49:54 +10:00
|
|
|
---------------
|
|
|
|
|
|
|
|
goats and llamas seem too common
|
|
|
|
make randomtype function show a pct chance.....
|
|
|
|
|
|
|
|
implement grid sizes for later levels - increases every 5 levels
|
|
|
|
|
|
|
|
turn limits for later levels?
|
2016-08-21 09:32:57 +10:00
|
|
|
|
2016-08-24 22:52:57 +10:00
|
|
|
wipes between screens
|
|
|
|
|
|
|
|
-- some kind of cat that doesn't fall?
|
|
|
|
way for cat to 'climb' and not fall ?
|
2016-08-21 09:32:57 +10:00
|
|
|
|
2016-08-21 09:57:40 +10:00
|
|
|
|
2016-08-21 07:56:41 +10:00
|
|
|
|
2016-08-23 01:13:47 +10:00
|
|
|
special things - 5% chance of any
|
|
|
|
{
|
2016-08-21 07:56:41 +10:00
|
|
|
|
2016-08-23 01:13:47 +10:00
|
|
|
white cat -
|
|
|
|
move cat on to it to FIGHT.
|
|
|
|
destroy 9 in a block around.
|
|
|
|
pow pow cloud.
|
2016-08-21 07:56:41 +10:00
|
|
|
|
2016-08-24 22:47:23 +10:00
|
|
|
mouse toy - match 3 to explode everything ?
|
|
|
|
|
|
|
|
special food that lets you turn corners?
|
2016-08-21 09:32:57 +10:00
|
|
|
|
2016-08-24 22:47:23 +10:00
|
|
|
brush -
|
|
|
|
|
|
|
|
doona - hide under it to avoid llama /sun effects ?
|
2016-08-21 07:56:41 +10:00
|
|
|
|
2016-08-23 01:13:47 +10:00
|
|
|
}
|
2016-08-20 15:12:32 +10:00
|
|
|
|
2016-08-23 01:13:47 +10:00
|
|
|
more goals:
|
|
|
|
form x parades of length y
|
|
|
|
survive x moves
|
|
|
|
|
|
|
|
sounds:
|
|
|
|
chomp
|
|
|
|
catparade (can-can ?)
|
|
|
|
indy theme - title screen?
|
|
|
|
(if so, make title text indy themed too)
|
2016-08-20 15:12:32 +10:00
|
|
|
|
2016-08-19 17:46:39 +10:00
|
|
|
|
|
|
|
|
|
|
|
make path part of game object
|
|
|
|
make things part of game object
|
|
|
|
|
|
|
|
ideas:
|
|
|
|
llamas don't appear after the start, you just have to get rid of them all?
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-08-18 14:14:48 +10:00
|
|
|
|