Vault of the Vindicator: Playtest (Now finished, see Downloads)

Talk about your programs in progress. Discuss how to implement features, etc.
Forum rules
This section is for testing Commander X16 programs and programs related to the CX16 for other platforms (compilers, data conversion tools, etc.)

Feel free to post works in progress, test builds, prototypes, and tech demos.

Finished works go in the Downloads category. Don't forget to add a hashtag (#) and the version number your program was meant to run on. (ie: #R41).
Toboter
Posts: 15
Joined: Fri Oct 13, 2023 2:55 pm

Vault of the Vindicator: Playtest (Now finished, see Downloads)

Post by Toboter »

Hi everyone, I made a 3d roguelike for the X16, and would appreciate if someone could playtest it and give feedback.
There isn't any sound yet, I'll probably add that later.

If you play it, please leave a comment (or DM) about how your playthrough went.

Have fun!

Try It Now!
Screenshot 2023-10-14 211423.png
Screenshot 2023-10-14 211423.png (16.13 KiB) Viewed 7663 times
#R44
Attachments
VaultOfTheVindicator-0.9.7.zip
(66.71 KiB) Downloaded 398 times
VaultOfTheVindicator-0.9.6.1.zip
(29.3 KiB) Downloaded 378 times
VaultOfTheVindicator-0.9.6.zip
(29.57 KiB) Downloaded 373 times
Last edited by Toboter on Thu Nov 09, 2023 11:40 am, edited 13 times in total.
voidstar
Posts: 445
Joined: Thu Apr 15, 2021 8:05 am

Re: Vault of the Vindicator: Playtest

Post by voidstar »

Neat to see this coming along from scratch! I did a couple levels and didn't run any runtime issues. Neat that you can drop stuff anywhere (that can make for puzzles later) and pick it back up.

Yeah, lack of sound makes the combat a little odd - did I hit or not? Could they get darker a bit as they got hit? And someday, maybe they can become a pool of ooze on the floor once defeated (like a permanent dropped object?).
Toboter
Posts: 15
Joined: Fri Oct 13, 2023 2:55 pm

Re: Vault of the Vindicator: Playtest

Post by Toboter »

Great to hear nothing broke!
Corpses are a good idea, that should be easy to add. Sound is in the works rn, but that'll take a while. I hope that'll clear up some of the confusion.
Toboter
Posts: 15
Joined: Fri Oct 13, 2023 2:55 pm

Re: Vault of the Vindicator: Playtest

Post by Toboter »

New Version!

Added monster corpses, different effects if you hit a monster vs. if you don't, and a compass above the playfield.
Last edited by Toboter on Tue Oct 17, 2023 2:42 pm, edited 1 time in total.
voidstar
Posts: 445
Joined: Thu Apr 15, 2021 8:05 am

Re: Vault of the Vindicator: Playtest

Post by voidstar »

Love the ooze left over bodies! haha

And I like the compass update - but i can see some people might not like it. It helped for me, because sometimes I press Q or E, but maybe I don't press hard enough and it doesn't actually turn. So this helps confirm that I actually did "take a turn" or did a move.

Another idea --- what if the mini-map left a trail on places you've already been? that might be pretty neat, or maybe it doesn't do this until you pick up a particular item or something.
Toboter
Posts: 15
Joined: Fri Oct 13, 2023 2:55 pm

Re: Vault of the Vindicator: Playtest

Post by Toboter »

I could do that, but that's a bit more difficult. It'd require a bunch of extra VRAM accesses, and an addition to the level struct to save the maps between floors. I guess it's technically possible, but certainly not as straightforward as corpses (which are just a decoration object without any functionality). We'll see.

Btw, to everyone else that downloaded it, what do y'all think? How far did you get, how do you feel about the game?
kelli217
Posts: 521
Joined: Sun Jul 05, 2020 11:27 pm

Re: Vault of the Vindicator: Playtest

Post by kelli217 »

I thought it was cool!

Ok, really, I'm not a gamer. Board games, card games, flight simulators, and that's about it as far as it usually goes for me. Dungeon crawls are not my speed. But this looks well put together. I was able to get pretty far, which I think means it's pretty welcoming to newbies.

I kind of wished you supported joy0 rather than rolling your own keyboard handler, but I get that the placement of the 'shoulder' buttons on joy0 are kind of awkward, so I can see why you'd go WASD and use Q and E.
Toboter
Posts: 15
Joined: Fri Oct 13, 2023 2:55 pm

Re: Vault of the Vindicator: Playtest

Post by Toboter »

New version!

Added cursor key control scheme and sound effects
Toboter
Posts: 15
Joined: Fri Oct 13, 2023 2:55 pm

Re: Vault of the Vindicator: Playtest

Post by Toboter »

New version!
Added true ending, and a few more secret areas!
Toboter
Posts: 15
Joined: Fri Oct 13, 2023 2:55 pm

Re: Vault of the Vindicator: Playtest

Post by Toboter »

Yet another version.
Improved tutorialization.
Post Reply