this post was submitted on 31 Mar 2026
29 points (96.8% liked)

Programming

26304 readers
936 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I've been scrolling around and I'm wondering what sort of projects everyone here is working on? I have not worked on anything in awhile but I wanna see more projects and maybe that'll change haha

you are viewing a single comment's thread
view the rest of the comments
[–] sbeak@sopuli.xyz 1 points 4 hours ago

I have recently made a short script that converts Gregorian dates to Symmetry454 ones. Additional functionality might be added at some point, but currently do not have the time.

I am also working on two games (using Godot, if you're wondering). One is a platformer where a duck (the player) is tasked by Prometheus to steal the "fire" from each of the twelve Olympian gods, starting with Dionysus, the god of wine, so the duck needs to steal the knowledge of wine-making for the humans while going through various obstacles and puzzles. I've already made some basic levels and I think it's turning out pretty good! The second game is a HOI4-esque grand strategy game set during the cold war, but with controller support (so wars will most likely be turn-based and focus more on intervention/supporting your side of the conflict). This one is in pretty early days, but I have already implemented basic functionality (selecting nations and occupied territories, factions, basic focus and research system), and I will soon need to add actual fun bits in (like a functioning battling mechanic, actual focus webs and research trees)

I have exams coming up soon so I don't have much time to work on silly programming projects right now, I need time to revise and such!