About 2,570,000 results
Open links in new tab
  1. Writing a 3D Game in C (in 2022) · Aaron's Page - Aaron Geisler

    Dec 6, 2022 · Many indie game developers will reach for Unity, Unreal, or Godot when starting a new project. These battle-proven game engines are likely the right choice. After years of using …

  2. Snake Game in C - GeeksforGeeks

    Jan 10, 2025 · Our objective is to create an interactive console-based snake game using C. The whole console screen can be visualized as the grid where each point has two coordinates, x …

  3. Question: Can I Program a video game in the C programming ... - Reddit

    Oct 26, 2021 · The major console SDKs are written in C++. That doesn’t mean you need to write your whole game in C++ but if you don’t, you will need to write some wrappers to provide an …

  4. Can I make games in C? : r/C_Programming - Reddit

    You can use SDL to make games in C. To make larger games, you may want to use Unity, which uses C# (which is very, very different from C)

  5. GitHub - thumsl/C3D: OpenGL 3D Game Engine written in C

    You will need OpenGL 3.3+ capable drivers and hardware, SDL2, SDL2_image, Assimp and GLEW. Check the examples directory for samples. decent OBJLoader (Assimp!) OpenGL 3D …

  6. 3d-game · GitHub Topics · GitHub

    5 days ago · a simple console based 3D game with mazes written in C++ without using any library (Windows and Linux)

  7. Can You Really Write a Game Engine in C? - Modern C Programming

    As a general rule you can write a Game Engine in C. There are C libraries for all the important parts of a Game Engine like Graphics, Physics, Window Management, Input and Sound. …

  8. 3D Bounce Game in OpenGL - Code with C

    Jun 13, 2022 · This is a simple console application gaming project built as 3D Bounce game in OpenGL. It is an excellent demonstration of the use of Open Graphics Library and its features …

  9. How would I go about creating a 3d game in C : r/C_Programming - Reddit

    Mar 11, 2021 · Don't comment to use an existing game engine. Well, to get started, you should use a toolkit like GLFW or SDL2. GLFW is "cleaner", but doesn't have nearly as many features …

  10. Build a Game Engine in C – Course Introduction (Revised Version)

    🚀 Welcome to the C Game Engine Course! This is the first video in a full series where we’ll dive deep into building a real game engine from scratch in pure...

Refresh