Tearcell,
@Tearcell@mastodon.gamedev.place avatar

@janooba
Todays has been working on an epilogue to a boss fight! Quiet can be hard to get right.

video/mp4

Janooba,

@Tearcell this looks stylish as heck. Nice work 😁

TreseBrothers,
TreseBrothers avatar

Indie dev here. Went full-time on it with my brother several years back. Currently working on our 9th game -- Cyber Knights: Flashpoint.

It's a squad tactics heist RPG. XCOM-like combat, extensive stealth options, and a cyberpunk setting & stories inspired by over a decade of tabletop RPG campaigns we've played.

This is our first game made with Unity; it's been a learning experience but feels very worth it.

aeternum,

That looks really great. You should be proud!

Wafik,

Game looks fantastic. Added it to my wishlist. Love seeing that you guys are on Steam. I played a ton of Star Traders and Templar Battleforce back in the day.

Fatbuddha,

I love your guys games and I love XCOM! Wishlisted and will be picking this up ASAP. Keep up the amazing work!

janooba,

This looks great! I'll definitely be wishlisting this and keeping an eye on it. What's been your favorite achievement with it so far?

TreseBrothers,
TreseBrothers avatar

Much appreciated! The visuals on this game are really a huge step up for us. It's also our first 3D game, so a whole new pipeline for all of that.

SLOMOBO,

My friend and I recently released this short, sad unity game. Now I'm in-between projects and just making little prototypes for fun. This one's an Earthbound-style RPG menu.

NikkiNikkiNikki,
NikkiNikkiNikki avatar

Here we go, this is the project I made to learn rust. Pardon the terrible quality and lag, that is all that my little laptop can muster. This demo is extremely memory heavy because it's a fully infinite 3 dimensional minecraft-esc thing with biome mixing, super structures, and terrible fancy graphics.

I set this one to the side because it was waaayy too hard to keep working on. Technical debt hit me fast. But it was a very valuable experience.

Without screen recording the world gen is much faster since it is multi-threaded and tries to queue up as many as it can for your cpu config, OBS took too much power!

Now I'm working on a Visual Novel, but all I have done at the moment is like 1/10th of the ideal editing tool I want and a little bit of the prologue script drafted out.

The real video file was too big for kbin... lemme upload to trash youtube account

https://youtu.be/ouiFMFw9-oQ

And here are some much much older projects I did, dating all the way back to high school
Again, this was all recorded on trash-teir hardware. The real performance was better, just not the recording itself

https://www.youtube.com/watch?v=_hVb_zR6bxY >>> Old C++ game engine for a 2D platformer, it went through SOOO many revisions, but it was also the reason I completely gave up on C++, the fucking thing kept segfaulting for just the wildest reasons. At some point I gave up

https://youtu.be/LHOwXgw_pSM >>> In this one I'm comparing my emulator's bad APU to mednafens. It is a 6502 / NES emulator that is entirely run through javascript. It almost actually performed well, but pixel blitting absolutely nuked performance on any browser. This video was showing the godawful APU implementation. I also had a working assembler and iNES rom constructor baked into this thing, pretty cool.

https://youtu.be/LjuIIsqEsr4 >>> Here is an older version of my Javascript all-3-dimensions voxel thang. This one is completely limited to a small field, has no good graphics, and smells. The real one got a PBR implementation, infinite in all directions generation, and a much better UI. The issue is that it crashes every browser I try it on, it is just too heavy of a workload and it causes a ton of edge-case bugs. Funnily enough it's actually more stable in FireFox.

https://youtu.be/fx-0qaIU80U >>> This is my oldest surviving project. Don't be scared but, it's a voxel game, in a web browser. This one was programmed in a single file, was duct taped together, had the WORST logic ever. But it somehow still runs when I open it so hurrah?

That last project was developed on a chromebook and was made in my freshman year of high school. Yikes.

This only scratches the number of projects I have made and destroyed.
I have this insatiable lust for the 'new' and I express it by trying to perfect my skrillz.

Though I still make dogshit code at least I can do it quickly.

cache_miss,

I really enjoyed looking through all these! Do you work in game dev, or just a hobby?

NikkiNikkiNikki,
NikkiNikkiNikki avatar

Here's some of the missing ones, I pryed open those old folders and gave 'em a spin again.

A bullet hell shooter type game, I was testing performance and let it rip
https://youtu.be/3-OQAvrn7k8

The better version of the voxel game I was talking about (This one actually has bad performance (I mean PBR in javascript? wtf was I thinking?))
https://youtu.be/L9qgfwqlFqs

The rest are lost to time unfortunately

janooba,

I'm currently working on an action horror game inspired by Cry of Fear and similar mods.

https://beehaw.org/pictrs/image/d56d6ecd-6cd8-472c-a439-cca4d34fc2bd.png

But in the past I've worked on a fully kinematic parkour character control with wallrunning, grappling, dashing, mantling, etc. Character controllers are probably one of my favorite aspects to program. Something about the vector math and physics just feels good to solve.

FriendlyFusion,

Wow looks so eerie…I love it!

raubarno,

I like Touhou very much, so I am working on a Touhou-ish danmaku (bullet hell) game. It is still in early development, though.

Here's the today's screenshot: (https://imgur.com/a/9Th50Zw)

It uses pixel graphics, the CPU draws on a pixel canvas, which is eventually rendered onto a framebuffer. I chose this rather childish approach in order to prototype first, and accelerate later.

The main difference from Touhou Project or its spinoffs will be that the stage will actually be scrollable with 'nests' that spawn enemies shooting at you.

The game is written in Rust, uses Vulkan to display the canvas, and licensed under GPL-3.0-or-later license so that it will always be a share-alike project.

espa,

Looks cool! By scrollable, do you mean that the player can move the stage camera at their own pace and enemies will spawn at certain spots, or is it similar to Touhou but just different in how the underlying spawning system will work (as opposed to timer based which I assume Touhou is)?

raubarno,

If, in Touhou series, the scene is limited to the viewport, in my game I experiment with a larger field. Some 'fairy-level' enemies may reside in nests, some may move around. But I've just finished the very basic graphical level today and a satisfying smooth scrolling in a large field. Now, I can focus more on a gameplay, add enemies, bullet mechanics and see what is the most enjoyable way to play. It may even have several game modes, including the classical 'Touhou' experience...

I've understood I need a dev blog so badly. :)

espa,

If it means anything, I'd read your dev blog if you ever do publish one :P

dafungusamongus,
@dafungusamongus@lemmy.sdf.org avatar

Audio Engineer here, currently composing music and designing sound effects for an action-adventure medieval fantasy. I am unable to showcase current works because of an NDA, but some of my previous works are showcased on my website @ www.iaaudio.com . Still learning more about Unreal Engine and I really enjoy the workflow versus using middleware like WWISE.

bestagon,
bestagon avatar

I'm actually just about to start showing off a 4X concept game I've been working on for a few years. Finding partner devs ahead of publisher pitching is the priority. Here's a sneak peak from a minimal explainer demo:

mustyOrange,

Im working on an metroidvania that works with flying mechanics. My goal is to take the hollow-knight platforming style of pogoing, and combining it with an elytra style mechanic to have large sections where youre off the ground.

My character is a little monstera plant, and I want to make as many little cute costumes for them as possible!

https://www.youtube.com/watch?v=HA8b0G_PNVY

https://beehaw.org/pictrs/image/e2de341b-e460-4fc2-b21c-ae9a4194502d.png

seikoshadow,

I've been actively developing Cartel Empire for about a year and a half now. It started off as a bit of a side project whilst I worked a boring IT job but has just kept growing which is amazing.

It's all hosted on Azure and written in JavaScript using Express for the backend and pug templates for the front-end.

I'm on mobile just now but if anybody is curious or has questions I'll be back later and am more than happy to answer anything.

drwhut,

A couple of months ago I released my free and open-source game Tabletop Club, which is a physics sandbox inspired by Tabletop Simulator, and made with the Godot Engine!

It's still early days for the project, but I've got a ton planned for the game, and I'm currently working on the first major update!

Here's a link if anyone is interested: https://drwhut.itch.io/tabletop-club

knokelmaat,

This looks really awesome. I'm also working on a small project in godot (just a simple sokoban implementation) but this looks way more complex! Nice of you to make it open, makes it easy to learn and contribute.

Can I ask why you choose MIT over GPL for licensing? Just thinking about this because of an article that was recently posted here.

drwhut,

Thank you! The main reason it's MIT is because I don't really care if someone takes it and makes it closed source - this version will always be here for people to use and contribute to. Plus, it also opens up the possibility of me forking the project and making another game out of it that actually provides a sustainable revenue 😅

Denaton,

Currently working on a rougelike dice based game.

Steam

F4stL4ne,
@F4stL4ne@programming.dev avatar

I'm working on a multiplayer text-based rpg framework for web, PC, mac ans Android. It's made will Godot Engine ans it ils a créé software.

sarahduck,

My friends and I have been working on a cozy 3D platformer called Live at Strummer's Pond! It's physics driven and fully multiplayer online. It's easily the most difficult thing I've ever programmed. We've been working on it for a year, and we're super proud of it.

https://beehaw.org/pictrs/image/be50430f-9fd7-4e1a-9eab-155279c9110f.png

We just recently got our Steam page up and running!

janooba,

This is super cute! Multiplayer is hard as hell, so respect!

!deleted120991, (edited )

deleted_by_author

  • Loading...
  • young_broccoli,

    Hi. This sounds awesome, I love the idea of a passion project like this, I even looked into rpgmaker long ago thinking about making a game. Never did.

    Now, Im not a professional musician, but I have been teaching myself and playing for about 10 years (Bass mainly and a couple years keyboard). I have been trying to compose something for years, people says it sounds good (tho you never know lol) but I never finish it, I loose motivation and that kind of thing. But I think that If I have something to actually work for I think I might be "pressured" into being motivated.

    I'll be honest, I dont really have all equipment to do it, all I have is a shitty netbook, a bass that is as old as me, and a beaten up semi-pro keyboard. So I might have some "problems" in that regard. But I think my computer is able of making good chiptunes, if thats what you want, and If not, I might be able to work it out.

    Im not proposing to make a hole OST, all im asking is If you are willing to tell me what kind of music you want and will fit the levels I might be able to compose something you might like and use in your game, or dont, but at least you'll get a laugh. What do you say?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • programming@beehaw.org
  • DreamBathrooms
  • magazineikmin
  • Youngstown
  • everett
  • rosin
  • slotface
  • thenastyranch
  • ngwrru68w68
  • PowerRangers
  • kavyap
  • cisconetworking
  • tsrsr
  • mdbf
  • tacticalgear
  • Leos
  • khanakhh
  • Durango
  • ethstaker
  • vwfavf
  • InstantRegret
  • modclub
  • tester
  • cubers
  • GTA5RPClips
  • osvaldo12
  • normalnudes
  • anitta
  • provamag3
  • All magazines