this post was submitted on 12 Jun 2023
42 points (100.0% liked)

Rust Lang

709 readers
1 users here now

Rules [Developing]

Observe our code of conduct

Constructive criticism only

No endless relitigation

No low-effort content

No memes or image macros

No NSFW Content

founded 1 year ago
MODERATORS
 

Any project in rust you want to chat about.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

I've been perpetually working on various gamedev projects for many years now. I'll finish one eventually, I promise!

Most recent one is a retro style JRPG. With a flexable skill system where each character has two classes and can pick some number of skills from them. Also has a number of equippable "quick time" events a-la Mario RPGs. Using ggez for it, which is a decent engine. Although for future projects I may pick something more feature complete like bevy.

Currently thinking about starting a new project to make a Sonic-like game, because if Sega isn't going to do it, I may as well give it a go. :P