2 Repos
Games developed using the C programming language for low-level memory control and performance.
Distinct from C Implementations: The candidates focus on C++ or C#; this is specifically for projects written in C.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · C Language Game Implementations. Refine with filters or upvote what's useful.
Craft is a multiplayer voxel sandbox written in C. It utilizes an OpenGL voxel engine to render a block-based world and implements an infinite terrain generator that uses noise functions to create deterministic, procedural landscapes. The project features a networked environment where players can build and modify a shared world using socket-based state synchronization. To maintain consistency across sessions, it employs a voxel world database to store and retrieve modified block coordinates. The system covers a range of capabilities including 3D collision detection for character movement, to
Written in C to implement core game mechanics and low-level memory management.
This project is a game source code decompilation effort that reconstructs a functional C source code representation of a commercial game from its original binary. It provides a compilation system designed to produce binary ROM files that are bit-for-bit identical to original commercial releases. The project utilizes a containerized toolchain environment to ensure consistent compilation of legacy game source code across different operating systems. This pipeline transforms the decompiled C source into hardware-compatible binaries for the Nintendo 64. The workflow encompasses C-based source re
Provides a toolchain for compiling a C-based game implementation into hardware-compatible binary ROMs for the Nintendo 64.