💬┃forum
📦┃project-showcase
🔨┃dev-logs
☕┃java
💻┃cpp
🤝┃helping-hand
📟┃batch
💻┃c-sharp
🐍┃python
💻┃c
🚀┃assembly
🌏┃web-development
🎮┃game-development
🤖┃bot-development
🎇┃javascript
🎯┃dart│flutter
🔍┃job-offers
🔵┃lua
🦀┃rust
💾┃other-languages
LIBCMT - A cross platform embedded DSL for C Language
LIBCMT is a small cross-platform, header-only DSL implemented through macros, providing standardized higher-level constructs for the C language.
TL;DR: A header-only macro-based DSL for C that provides higher-level constructs (OOP-style objects, try-catch blocks, inline-assembly helpers, etc.) using portable and architecture-specific preprocessor expansions.
It includes many components, so refer to the project documentation for the full list: https://github.com/TeomanDeniz/LIBCMT...
Rekindle Devlog 1
Hey guys! We released our first devlog for our game Rekindle! Our game started out as a project for a game jam, but we decided to turn it into a full game!
Rekindle is a puzzle-platformer where you, a Torchbearer, must traverse the level, dodging and trapping enemies called Shade, and use the flames to progress.
Check out our devlog and let us know what you think!...
Pogo panic
Hello everyone, a friend and I are developing a 3D Jump King-like game. We welcome any feedback. Thanks in advance.
https://bruder-games.itch.io/pogo-panic...
Minecraft chat bot?
This in a Minecraft chat bot it will join server then connect bot chat to a website
--------LIST-------
1. Chat bot connect bot chat to website
2. We can see how many player are playing in Minecraft server
3. Cracked only...

BTerminal
I made this simple Win32 platform console program, which lets the user tweak, manage and test various system functions.
- Contains commands like RGB color, copy, delete, gdi, random, char and much more.
More info about BTerminal is available at https://github.com/programminglanguagegrasshopper/BTerminal...
NEED FEEDBACK on this game, kinda a stuck on it
Game about colliding and smashing boxes(units)
Multiplayer , Slipt screen,
Status : In development...
Status : In development...

Building block?
Got a bad case of building block.... I've been planning my game for ages now (about the better part of a year) but now when it comes to actually making it within about 5 minutes of mucking about in unreal engine 5 I just get bored... any suggestions on help?
Mvpblocks
WORKING ON ->
A blazing-fast component library for MVPs, built with Next.js + TailwindCSS.
Copy → Paste → Customize → Launch. It’s that smooth. ⚡
🔗 Try it here: https://blocks.mvp-subha.me/...
Collaboration
I am working on an ai web app and i need a co founder who can code full stack web apps . Time period for development in one week , i have written a lot of the code
collab
anyone down for a collaboration for an project/brand
someone who can build a artunning website, yeah...
Mr O's "about me and Blog"
i made this super simple githubpages site for my youtube channel. what do you think?

Hashgate - simple PoW/Hashcash-like spam protection algorithm for centralised systems
```py
"""
Hashgate Algorithm.
It's just a preimage puzzle with lookup-table defence.
...