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!
#R44
Vault of the Vindicator: Playtest (Now finished, see Downloads)
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).
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).
Vault of the Vindicator: Playtest (Now finished, see Downloads)
- Attachments
-
- VaultOfTheVindicator-0.9.7.zip
- (66.71 KiB) Downloaded 403 times
-
- VaultOfTheVindicator-0.9.6.1.zip
- (29.3 KiB) Downloaded 382 times
-
- VaultOfTheVindicator-0.9.6.zip
- (29.57 KiB) Downloaded 377 times
Last edited by Toboter on Thu Nov 09, 2023 11:40 am, edited 13 times in total.
Re: Vault of the Vindicator: Playtest
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?).
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?).
Re: Vault of the Vindicator: Playtest
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.
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.
Re: Vault of the Vindicator: Playtest
New Version!
Added monster corpses, different effects if you hit a monster vs. if you don't, and a compass above the playfield.
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.
Re: Vault of the Vindicator: Playtest
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.
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.
Re: Vault of the Vindicator: Playtest
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?
Btw, to everyone else that downloaded it, what do y'all think? How far did you get, how do you feel about the game?
Re: Vault of the Vindicator: Playtest
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.
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.
Re: Vault of the Vindicator: Playtest
New version!
Added cursor key control scheme and sound effects
Added cursor key control scheme and sound effects
Re: Vault of the Vindicator: Playtest
New version!
Added true ending, and a few more secret areas!
Added true ending, and a few more secret areas!
Re: Vault of the Vindicator: Playtest
Yet another version.
Improved tutorialization.
Improved tutorialization.