56 lines
1.1 KiB
Plaintext
56 lines
1.1 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/
|
|
|
|
bath time, then next level after getting sufficient llamas
|
|
need 5 llamas on first level
|
|
then 10, then 15, etc.
|
|
new levels:
|
|
obstacles
|
|
larger grid
|
|
new object types ?
|
|
|
|
|
|
put commas in score
|
|
|
|
use the bottom of the screen for something.
|
|
|
|
|
|
|
|
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?
|
|
|
|
|
|
|
|
|