Commit graph

73 commits

Author SHA1 Message Date
Juliana Sims
6053727ee4
Add first rat level 2024-05-24 18:38:53 -04:00
David Thompson
17072b2321 Swap warp and AND tutorial order. 2024-05-24 18:11:39 -04:00
David Thompson
1933c48820 Add warp tutorial. 2024-05-24 18:11:39 -04:00
Juliana Sims
1a52f36e5f
Type new walls 2024-05-24 17:57:03 -04:00
David Thompson
8d5da9c2dd Add AND gate tutorial level. 2024-05-24 17:11:11 -04:00
David Thompson
1cb85bd682 Allow blocks to be pushed through gates. 2024-05-24 16:57:17 -04:00
David Thompson
378793d7ae Oops I broke switched emitters. 2024-05-24 15:40:14 -04:00
David Thompson
892675f2d1 Tweak emitters so their wire state is more clear.
This has become a problem in the presence of bombs.
2024-05-24 15:28:33 -04:00
Juliana Sims
a102a9fb06
Make bombs movable, update bomb rendering 2024-05-24 15:23:34 -04:00
David Thompson
502b8262e5 Fix bug where gem could be marked as collected even if move was undone. 2024-05-24 13:23:36 -04:00
David Thompson
3503aeb00b Combine ^gem and ^ghost-gem into one actor.
We still want the ghost gems to be collectable, even though they don't
do anything.
2024-05-24 13:14:45 -04:00
David Thompson
e580454a97 Remove objects from grid when they die. 2024-05-24 13:00:14 -04:00
Juliana Sims
feb5b8f3d6
Add bombs and explodable bricks 2024-05-24 12:46:49 -04:00
David Thompson
23f034a868 Add first draft of tutorial levels. 2024-05-24 12:41:52 -04:00
David Thompson
b2948a0734 Oops I meant "inert". 2024-05-24 12:10:19 -04:00
David Thompson
951591486e Make metal walls impassable. 2024-05-24 12:09:52 -04:00
Juliana Sims
51bc034756
Change the kind of non-copper walls to inert 2024-05-24 12:07:01 -04:00
Christine Lemmer-Webber
c4b308232f
Update level4 to use floor tiles 2024-05-24 11:40:59 -04:00
Christine Lemmer-Webber
fccaf5af37
Prettify level4 2024-05-24 10:24:10 -04:00
Juliana Sims
bb4d2df5f5 Rotate logic gate sprites based on direction. 2024-05-23 17:51:41 -04:00
David Thompson
00df10dc12 Cheap trick to make logic gates enforce electron directionality. 2024-05-23 17:28:09 -04:00
David Thompson
fb96e0e913 Fix level-4.tmx. 2024-05-23 16:53:11 -04:00
Juliana Sims
1e91411687 Prepare to support drawing rotated tiles 2024-05-23 16:44:03 -04:00
David Thompson
bed3604685 Adjust emitters to not produce side-effects in 'wire-state' method. 2024-05-23 16:34:06 -04:00
David Thompson
a5e9011678 Add moon and eye to credits map. 2024-05-23 16:34:06 -04:00
Juliana Sims
13aa8606a9 Implement interval logic for emitters 2024-05-23 16:28:53 -04:00
David Thompson
65076c40f3 Add sound effects for switched emitters. 2024-05-23 15:08:03 -04:00
Juliana Sims
ade893c45a Minor fix for credits tiles 2024-05-23 14:45:25 -04:00
Juliana Sims
c9f737ef28 Add comment clarifying logic gate index increment 2024-05-23 14:30:12 -04:00
Juliana Sims
73ffad19f0 Implement orientation for logic gates
Note that orientation is called "direction" because it's named according to the
direction of electron flow.
2024-05-23 14:20:15 -04:00
David Thompson
4ec1666a1d Add end-game credits sequence. 2024-05-23 14:05:24 -04:00
Juliana Sims
91ba2fab66 Refactor logic gates to reduce code duplication 2024-05-23 13:19:20 -04:00
Juliana Sims
50b6c67db8 Add ^switched-emitter, test in level 4 2024-05-23 12:35:50 -04:00
David Thompson
aa8a302fcb Add simple wipe effect for undo. 2024-05-23 12:06:42 -04:00
David Thompson
98ae464ab9 Add script scheduler and pre/post visual effects system. 2024-05-23 11:44:24 -04:00
Christine Lemmer-Webber
67c25d93cb
Update level to have eye and moon 2024-05-23 10:14:59 -04:00
Christine Lemmer-Webber
b2d6d71b6a
Make new wall corners brickz 2024-05-23 10:14:52 -04:00
Christine Lemmer-Webber
02c331fa53
Slight tweak to star stuffs 2024-05-23 10:12:50 -04:00
Christine Lemmer-Webber
2273002d91
Use stars for background 2024-05-23 10:11:30 -04:00
Christine Lemmer-Webber
124de08764
Use the new corner tiles 2024-05-23 09:53:00 -04:00
David Thompson
2b6afada4d Add emitter sound effect. 2024-05-23 09:10:25 -04:00
David Thompson
d4065aa2bf Add gate and warp sound effects. 2024-05-23 07:48:53 -04:00
David Thompson
a24d737bc7 Allow any actor to push an event to the UI. 2024-05-22 22:00:48 -04:00
David Thompson
bcb235bd82 Allow the same sound effect to be played many times simultaneously. 2024-05-22 21:30:06 -04:00
David Thompson
111eb33429 Spawn ghost gems where gems used to be. 2024-05-22 18:34:29 -04:00
David Thompson
2dc354229d Draw player dead sprite. 2024-05-22 18:21:45 -04:00
David Thompson
9b88cb19c0 Add electron warp terminals. 2024-05-22 17:40:23 -04:00
Juliana Sims
311c4c2ed8 Ensure player cannot walk on electric switches 2024-05-22 15:07:20 -04:00
Juliana Sims
815c3c809a Render background and electron for logic gates 2024-05-22 14:43:40 -04:00
David Thompson
793a9ef027 Reduce size of exported maps. 2024-05-22 14:22:27 -04:00