Log In  

Cart #19532 | 2016-04-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
102

A game about impractical architecture.

I wanted to see if I could make big levels by randomly connecting 16x16 tile chunks. If I can manage to optimize this thing a little bit, I'd like to add more items, monsters and map bits and consider adding local co-op (that would be pushing it, token-wise).

There are a few collision issues that might cause game-breaking failures.

In any event, I learned a ton. I'd love to hear what you guys think of it!

Quick Update: I removed some of the background clutter. It felt way too busy.


P1
z - attack
x - shield (if you have one)
left and right - move
up - jump
down - enter open doors

P2
w - attack
q - shield (if you have one)
s and f - move
e - jump
d - enter open doors

----v0.8.0-----
-skeletons now have shields
-skeletons will now stop, attack and block instead of just running around
-added red slimes that are slightly tougher for some variety

----v0.8.5----
-I've improved the collisions (still needs work!), so hopefully the player can't escape in ways they're not meant to.
-if item drops do manage to fly out of the map, they're destroyed instead of crashing the game
-player now only lunges forward during an attack if they are also defending (shield out)
-player continues to face the enemy if they are knocked back
-I reorganized a lot of the code and managed to shrink my token use from 7933 to 7018, so I've got more room to build new stuff. Still considering local 2player co-op
-Boom. The Pico-8 is rad.

----v0.8.6----
-I've added some new equipment
-fixed the player shield
-added code to start thinking about local co-op, but I'll have to consider some kind of new HUD to show both players equipment and health. If you want to mess with the early implementation, uncomment the init_object(player, 24, 112) functions on lines 742 and 754

----v0.9.5----
-tons of new stuff!
-still tweaking the collision detection against objects!
-local co-op!
-10 new map chunks!
-including new graveyard areas!
-some new equipment!
-exclamation points!

Unless any crazy bugs pop up that I just have to fix, I'll probably fill up the space I've saved for equipment, update the HUD and Death screens to work with 2 players and call this thing completed.

----v1.0.0----
-I think The Wee Dungeon now contains everything I'd hoped to implement. Time for a new project!

----v1.2.0----
-Maybe I lied about being done. Been thinking about the game and how much more I can squeeze into it
-hitpoints are shown on attacks
-there's now a progression to item drops, so you don't pick up weaker equipment
-spikes don't kill you immediately anymore if you have equipment (otherwise they do)
-added a few enemies
-probably created a few more bugs, we'll see!

----v1.2.2----
-inching ever closer to the token limit, i fixed the kickback that happens when you're touched by a monster.

After looking through one more time, I'm calling the Wee Dungeon done!

----v1.2.3----
revised the unfair trap room.

--Thanks as always for looking! Any and all feedback is most appreciated.

P#18865 2016-02-17 20:26 ( Edited 2016-10-08 10:08)

All Comments

it looks great!!

P#18867 2016-02-18 00:12 ( Edited 2016-02-18 05:12)

Great.
Thanks for this game, Parlor.
I found a bug. Look at this video: https://youtu.be/EZ1v0dFyGY0

P#18868 2016-02-18 03:55 ( Edited 2016-02-18 08:55)

Really good stuff. Not sure I like the lunging though. Sort of forces you to run out of room when attacking stuff.

Also, found a bug. I jumped through the ceiling somehow:
http://files.slembcke.net/upshot/upshot_MlPxiAqm.png

P#18869 2016-02-18 09:41 ( Edited 2016-02-18 14:41)

Tile design is fantastic, but the framerate feels a bit jittery, making the hero feel a bit sluggish and unresponsive.

P#18871 2016-02-18 10:50 ( Edited 2016-02-18 15:50)

Thanks for the comments.

@ruanova and @slembcke - I definitely need to revise and refine the collision code for all of the objects. Sometimes, a monster will drop coins into a wall and, if they get far enough in that there's no map data, the game explodes. And there are odd times when the player can jump through (as you've seen)

@electricgryphon - I haven't experienced this, but I've had a few comments about it so far. I'll have to try a few other computers and see what's up. Thanks for the heads up.

P#18873 2016-02-18 11:31 ( Edited 2016-02-18 16:31)

@Parlor ... I enjoy writing code for games, but sometimes I enjoy even more resolve bugs. cheer up
;-)

P#18874 2016-02-18 12:04 ( Edited 2016-02-18 17:04)

@ruanova ... All smiles here! I'm with you; one of the most fun parts of the process is solving the little things. I hope I didn't come off as dismissive or glum in my comment above.

P#18876 2016-02-18 12:12 ( Edited 2016-02-18 17:12)

This creates surprisingly complex levels which are always still traversable, looking forward to checking out the code! I really love the sprites and music too, great job all-round!

P#18877 2016-02-18 13:38 ( Edited 2016-02-18 18:38)

Looks like I broke the player shield in the most recent update. Gotta fix that!

P#18886 2016-02-19 12:24 ( Edited 2016-02-19 17:24)

I really, really like the song. A lot.

P#18894 2016-02-20 15:38 ( Edited 2016-02-20 20:38)

This is brilliant. I played at least ten or twelve times the first sitting. I like the randomness, the fighting dynamic, and the various upgrades, though it wasn't always clear what they did for me. The graphics are very cute and effective.

I found a few of the already noted bugs, mainly the ability to go through some walls and get stuck. The music got a bit repetitive over time. Adding a little more variety, or maybe some quiet parts, would be cool.

Great job!

P#18960 2016-02-24 22:59 ( Edited 2016-02-25 03:59)

I also found the insta-death from the fire frustrating. Maybe it could do a lot of damage instead?

P#18961 2016-02-24 23:06 ( Edited 2016-02-25 04:06)

Thanks for the kind words!

Still managing to sneak through the walls every now and then? Maybe I'll have to revisit some of the bugs I thought I'd squashed after all. Collision detection is the final boss in this one!

Also, I think you might be right about the spikes (fire).

P#18966 2016-02-25 13:49 ( Edited 2016-02-25 18:49)

You probably know this already, but the lerp on the camera is too slow if you fall a long distance and your guy gets off-camera for a bit.

also why is there a screen where you have to chose the correct pit to fall into? that's just mean

Currently, you can get stuck inside a slime if you land on top of one (and you can't really attack until you jump out of the slime), but this actually makes sense for slimes so you could probably just keep it that way. :L

P#18967 2016-02-25 16:16 ( Edited 2016-02-25 21:31)

If you can change button "up" to button press "up;" that would help the controls a LOT.

P#19001 2016-02-28 00:35 ( Edited 2016-02-28 05:35)

I thought about it, but I wanted to be able to control the height of the jump with short/long presses. I agree that jumping could be a little bit more responsive, but I'm not certain of the solution.

Thanks for the feedback!

P#19008 2016-02-28 09:08 ( Edited 2016-02-28 14:08)

I tried downloading the .png to take a look at how you put this fabulous thing together, but there's no source code in the result. The sprites, map, and music are there, but no code.

P#19063 2016-03-04 02:15 ( Edited 2016-03-04 07:15)

Would you re-post the downloadable version with the source code so we can play with it?

P#19072 2016-03-05 11:26 ( Edited 2016-03-05 16:26)

I love this level! I have to confess im not great Pico-8 controls yet, but its great either way!

P#19073 2016-03-05 16:51 ( Edited 2016-03-05 21:51)

@bitmaster is there a certain way I need to save it other than "save dungeon.png?" I'm not sure why the code wouldn't be showing up.

P#19088 2016-03-06 07:50 ( Edited 2016-03-06 12:50)

I download 18923.p8.png, either by clicking on the picture of the name text.
I then use "folder" to open up the Pico8 folder, and move the file into it.
I do "LOAD 18923" and hit [ENTER].
I get LOADED 18923.P8.PNG (0 CHARS)
And when I do "RUN" I just get the prompt back.
When I look inside the rest of the editor, all the sprites, maps, and music are there. But the code is blank.

I haven't actually published any cartridges myself yet, so I can answer your question about how to publish it. It sounds like you're doing it right to me.

Can anyone who's published a cartridge help?
Could you try loading your own .png from this website in your Pico8 IDE and see if you see the same behavior?

Thank for trying to fix it. I'd love to see your code.

P#19107 2016-03-07 17:02 ( Edited 2016-03-07 22:02)

Note that the game works fine in my browser, I'm only having the problem in the Pico8 IDE.

P#19108 2016-03-07 17:02 ( Edited 2016-03-07 22:02)

Strange, I'm not sure why that's happening.

Anyway, here's a link to download the PNG file I've been working from:

https://www.dropbox.com/s/tag2oifpfalcbo9/dungeon.p8.png?dl=1

P#19111 2016-03-07 18:04 ( Edited 2016-03-07 23:04)

It was because I was using 0.1.3. Once I upgraded to 0.1.5, the code now shows.

P#19116 2016-03-07 23:53 ( Edited 2016-03-08 04:53)

This is really awesome! Great idea with the chunks! :D

P#19165 2016-03-10 13:54 ( Edited 2016-03-10 18:54)

I understand you consider this game "done" but please consider deleting this chunk from the game because with all due respect it is fucking bullshit.

I don't want to die on spikes because I wasn't psychic.

P#19477 2016-03-29 16:08 ( Edited 2016-03-29 20:08)

Well okay, since you were so cordial about it.

The intent was for the background elements (the chains and windows) to indicate the right choice, but overall, it hasn't been as apparent as I thought and it's definitely unfair. I made some changes to it to make a mistake potentially less costly.

In any event, I appreciate the feedback everyone's given me on this thing. I've been thinking recently about making some sort of successor to it on a grander scale, possibly in Unity (Super Wee Dungeon, or something to that effect.) It's been a blast to build and play.

P#19533 2016-04-01 11:57 ( Edited 2016-04-01 15:57)

I appear to be dealing fractional float damage to enemies, and being paid fractional float gold. A bug caused by the latest pico-8 update?

P#20012 2016-04-26 17:12 ( Edited 2016-04-26 21:12)

I saw that too. I was gearing up to fix it, but it looks like it's back to normal now. Weird.

P#20485 2016-05-12 07:42 ( Edited 2016-05-12 11:42)

The game seems so choppy in the web player vs the downloaded cartridge. Is that something that can be fixed, or is that just how it is?

P#22095 2016-06-02 09:39 ( Edited 2016-06-02 13:39)

There seems to be a collision bug. When you position player like this:

   P
  e#
####

where # is a platform, e is an enemy and P is player, the collision occurs and player is seemingly hit out of nowhere.

P#22096 2016-06-02 10:03 ( Edited 2016-06-02 14:04)

Nice catch, darkhog. I think the top of the enemy hitboxes might be set too high, so they can still collide with the player when he's one block above.

P#22107 2016-06-02 13:07 ( Edited 2016-06-02 17:07)

Really like this vibe.

It would be kinder on the eyes if the camera movement was dampened rather than following the player to the exact pixel.

Great work though!

P#22197 2016-06-03 18:55 ( Edited 2016-06-03 22:55)

Great job dude, I did something similar in my current game (not uploaded) I used 8 x 8 blocks, took the players position, and a formula to check the position block number and it worked, but I have too much code going on though (about 8 lines of code for each x and y) and then I would had to do the same for enemies and junk. So I'm just trying to figure all of this stuff out.

Your graphics are awesome, I loves those windows.

P#22357 2016-06-05 16:40 ( Edited 2016-06-05 20:40)

Wow, Connorses ! Grabs a bar of soap and runs after him :)

Your game is well rendered and played. May I suggest the vertical camera not track UNTIL the player is actually touching a ledge.

So when he jumps in mid-air, you do not have the camera track him UNTIL he is on a new landing. Then (at least for me) won't have that seasick feeling when jumping in mid-air.

https://youtu.be/BXSJgvmAxcE?t=206

Notice how Rayman's vertical camera only bobs a tiny bit when he jumps. It does not catch up properly until he is fully on a ledge or floor.

Falling, however, (positive movement down), the camera tracks your every pixel.

P#30194 2016-10-07 10:23 ( Edited 2016-10-07 14:56)

Gravity and friction can both be tightened up a bit. Or at least, the downward movement of the gravity. Seems really hard to control precisely (enough) in the air. Some of the background tiles really look platformey, like you can land on them (even though you can't)... not sure if intentionally misleading or not.

Digging the concept so far, though!

P#30286 2016-10-08 06:08 ( Edited 2016-10-08 10:08)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 13:57:16 | 0.056s | Q:70