114 lines
2.2 KiB
Plaintext
114 lines
2.2 KiB
Plaintext
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
|
|
|
|
phone fixes as per http://www.html5rocks.com/en/mobile/touch/
|
|
|
|
----------------------------
|
|
|
|
|
|
https://www.smashingmagazine.com/2012/10/design-your-own-mobile-game/
|
|
|
|
*fix tap coords to work on an iphone.
|
|
*change font
|
|
*wipes between game states
|
|
*make levels specify gridw instead of gridsize
|
|
*make levels default to gridsize of previous one
|
|
*bug - things not x snapped to grid sometimes?!
|
|
*animated bg on title screen
|
|
|
|
----------
|
|
|
|
fireworks when you achieve a goal
|
|
|
|
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 ??
|
|
|
|
|
|
---------------
|
|
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 !!!!
|
|
|
|
---------------
|
|
|
|
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?
|
|
|
|
wipes between screens
|
|
|
|
-- some kind of cat that doesn't fall?
|
|
way for cat to 'climb' and not fall ?
|
|
|
|
|
|
|
|
special things - 5% chance of any
|
|
{
|
|
|
|
white cat -
|
|
move cat on to it to FIGHT.
|
|
destroy 9 in a block around.
|
|
pow pow cloud.
|
|
|
|
mouse toy - match 3 to explode everything ?
|
|
|
|
special food that lets you turn corners?
|
|
|
|
brush -
|
|
|
|
doona - hide under it to avoid llama /sun effects ?
|
|
|
|
}
|
|
|
|
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)
|
|
|
|
|
|
|
|
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?
|
|
|
|
|
|
|
|
|