Change update script location
This commit is contained in:
parent
2054138bef
commit
75fd2f6f78
26
todo
26
todo
|
@ -11,35 +11,35 @@ https://www.smashingmagazine.com/2012/10/design-your-own-mobile-game/
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Tweak stars required -- too low.
|
|
||||||
|
|
||||||
|
|
||||||
new door fell down on top of new goat!!
|
new door fell down on top of new goat!!
|
||||||
(or the other way around ??)
|
(or the other way around ??)
|
||||||
check code for doors falling when off the top of the screen.
|
check code for doors falling when off the top of the screen.
|
||||||
check code for adding new objects at top of screen.
|
check code for adding new objects at top of screen.
|
||||||
|
|
||||||
|
curtain
|
||||||
|
|
||||||
remaining levels.
|
remaining levels.
|
||||||
|
19/20/21 - more with brick patterns
|
||||||
|
22/23/24 - exploding walls?
|
||||||
|
24/25/26 - form x parades of length y
|
||||||
|
26/27/28 - cat toy ?
|
||||||
|
29/30 - ???
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
||||||
more goals:
|
|
||||||
form x parades of length y
|
|
||||||
|
|
||||||
more prizes: ???
|
more prizes: ???
|
||||||
|
|
||||||
|
box ?
|
||||||
|
overeat (cheese changes to niblet bags, cans eat without sleepiness)
|
||||||
mouse - place to clear all cats in grid/column
|
mouse - place to clear all cats in grid/column
|
||||||
overeat (cheese changes to niblet bags, can eat without sleep)
|
|
||||||
|
|
||||||
arrow/signpost - cat parades bounce off and take out htings in the path
|
arrow/signpost - cat parades bounce off and take out htings in the path
|
||||||
|
|
||||||
|
|
||||||
actual fireworks when you achieve a goal rather than a flash.
|
|
||||||
fireworks later.
|
|
||||||
|
|
||||||
random levels after 100
|
random levels after 100
|
||||||
generate w/h increases (up to a maximum)
|
generate w/h increases (up to a maximum)
|
||||||
generate goals
|
generate goals
|
||||||
|
@ -59,10 +59,6 @@ PLAYTEST:
|
||||||
|
|
||||||
foot/human/cat toy - adjacent cat pushes it, clear the horiz. line.
|
foot/human/cat toy - adjacent cat pushes it, clear the horiz. line.
|
||||||
|
|
||||||
sofa/curtain
|
|
||||||
fixedin place like doors
|
|
||||||
parade over to scratch
|
|
||||||
blow up and pow!
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ssh rob@slime "cd /var/www/slime.nethack.net/cat/catparade && git pull"
|
ssh rob@slime "cd /var/www/catparade.nethack.net/catparade && git pull"
|
||||||
|
|
Loading…
Reference in New Issue