gamedev
Had to shelve the platformer project because of poor planning and feature creep. I decided to work on an action dungeon crawler. Right now, you can only move your character and thrust your sword, but I plan on including randomly generated levels.
I'm more experienced with top-down games, so this might be easier.
gamedev
I got a random dungeon generation algorithm implemented. It is the same one from this post (https://gameliberty.club/@xianc78/111750085112155644), but written in C++ instead of Java. It's pretty basic at the moment. I plan on having each room randomly pick a design from a template.
gamedev
Added music and sound effects. Though, music was technically added previously, but I muted the previous recording.
Background music is "Dungeon 05" by Beau Buckley, released under the CC-BY-SA 4.0.
gamedev
@xianc78 when are you gonna add the crypto mining
gamedev
@beardalaxy That was a joke. Everyone's anti-virus will immediately delete it.
gamedev
@xianc78 OK good lol
re: gamedev
@xianc78 it’s really lookin neat!
re: gamedev
@RehnSturm256 Thanks, though the sprites are all placeholders (they're from BS Zelda).
@Humpleupagus It's Zelda inspired. I'm using BS Zelda assets as placeholders.
@Humpleupagus I have not. I don't really pay attention to fan games.
@koropokkur @Humpleupagus Ultima is an RPG. Zelda is an action-adventure. They are two different things.
gamedev
Added camera scrolling.
#gamedev #SFML