New thing: boxes
*change layout of levselect screen *curtain is now a 'special' object
This commit is contained in:
parent
d6d517f142
commit
1546c6f4ed
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
45
todo
45
todo
|
@ -18,34 +18,24 @@ new door fell down on top of new goat!!
|
||||||
change 'thing' to have a constructor!!
|
change 'thing' to have a constructor!!
|
||||||
then remove dupe hp code
|
then remove dupe hp code
|
||||||
|
|
||||||
|
*change layout of levselect screen
|
||||||
|
|
||||||
|
*points for catbox in parade!
|
||||||
|
|
||||||
|
*make curtain be a kind of 'special'
|
||||||
|
*Boxes are great!
|
||||||
|
*cats enter as part of a chomp, to become a catbox
|
||||||
|
|
||||||
|
|
||||||
curtain
|
*catboxes auto-ambush any llama which falls nearby
|
||||||
help (lev21)
|
|
||||||
cats can climb across curtains in any direction.
|
|
||||||
|
|
||||||
this damages the curtains, and swaps places with
|
*catboxes are anonymous, so they can join parades of any colour
|
||||||
something else.
|
*parades starting with a catbox can include any colour cats.
|
||||||
|
|
||||||
|
*catboxes can even chomp food!
|
||||||
|
|
||||||
------->
|
update validmoves check
|
||||||
ca CU CU ch
|
|
||||||
|
|
||||||
to
|
|
||||||
|
|
||||||
------------|
|
|
||||||
| V
|
|
||||||
ch CU- CU- ca
|
|
||||||
^ |
|
|
||||||
-------------
|
|
||||||
|
|
||||||
After being climbed twice, curtains are shredded.
|
|
||||||
|
|
||||||
ch ca
|
|
||||||
|
|
||||||
CU- ----> POP ----> ca
|
|
||||||
|
|
||||||
ca ch ch
|
|
||||||
|
|
||||||
|
|
||||||
remaining levels.
|
remaining levels.
|
||||||
|
@ -56,8 +46,18 @@ remaining levels.
|
||||||
|
|
||||||
goal: x parades of y length!!!
|
goal: x parades of y length!!!
|
||||||
|
|
||||||
|
|
||||||
random levels.
|
random levels.
|
||||||
|
|
||||||
|
---
|
||||||
|
1-3 goals
|
||||||
|
Get max goal counts for level
|
||||||
|
Split up 100% worth of count over the chosen goals.
|
||||||
|
ie. 60% of 1, 25% of another, 15% of the third
|
||||||
|
or. 70% of 1, 30% of another
|
||||||
|
----
|
||||||
|
move things like "get required stars for level" out of addlevel()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
@ -66,7 +66,6 @@ random levels.
|
||||||
|
|
||||||
more prizes: ???
|
more prizes: ???
|
||||||
|
|
||||||
box ?
|
|
||||||
overeat (cheese changes to niblet bags, cans eat without sleepiness)
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue