Log In  

Cart #spdungeon_wafidisefu-8 | 2022-04-21 | Code ▽ | Embed ▽ | No License
3

SPDungeon

Thanks for the feedback.

This is a school project, that will be graded.
It is also my first project in Pico-8 and Lua.
(The code is a bit of a mess)

Updates:

-Pathfinding fix
-Score counter
-Enemies shouldn't spawn inside pots

Known bugs:

-Player spawning on top of stairs

Features to add:

-More enemies
-Change player spawn location

P#97321 2021-09-19 18:29 ( Edited 2022-04-21 17:42)

Loving the lighting effect and great GFX, @RealPhoenix. Yet how do you attack the slimes ?

To get a screenshot of your game to appear here. Run your game from Pico-8, press F7, then repost your game in this same message removing the previous [#].

P#100947 2021-11-28 17:22

Better, @RealPhoenix.

You can hit the monsters but don't seem to hit the player though ? Also you can tap a wall to get a monster closer so you guarantee the first hit, not sure if you want those mechanics.

P#104030 2022-01-01 17:53

Played your newest version. Are slimes the only enemies, @RealPhoenix ? Also there is no score nor does one appear when you give up your last heart. You could base a score on the number of canisters picked up and stairs crossed.

Say 5 points for every level completed and 1 point for every canister picked up. Keep track of high-score, make it competitive. For now though this game gets a gold star, you've earned it.

P#109154 2022-03-25 19:12 ( Edited 2022-03-25 19:13)

Very cool darkness effect! Are you just using rect() in a loop based on distance from the player?

Can't wait to see what you add to this, it looks great!

P#109165 2022-03-25 21:52

Alright, I finally figured out how to kill the slimes. You have to move into the slot that they are in without them also moving into the slot that you are moving into. Basically, there can't be any space between you and the slime when you move into them.

P#110830 2022-04-25 13:10

[Please log in to post a comment]