awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesC Language Game Implementations

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.

Awesome C Language Game Implementations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • fogleman/craftAvatar de fogleman

    fogleman/Craft

    11,021Voir sur GitHub↗

    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.

    C
    Voir sur GitHub↗11,021
  • n64decomp/sm64Avatar de n64decomp

    n64decomp/sm64

    8,483Voir sur GitHub↗

    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.

    C
    Voir sur GitHub↗8,483
  1. Home
  2. Operating Systems & Systems Programming
  3. C Language Game Implementations