Browse free open source C Games for Mac and projects below. Use the toggles on the left to filter open source C Games for Mac by OS, license, language, programming language, and project status.

  • AI-powered conversation intelligence software Icon
    AI-powered conversation intelligence software

    Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

    Every customer interaction is vital to your business success and revenue growth. With Jiminny’s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • 1
    PokeMini

    PokeMini

    Portable Pokémon Mini Emulator

    Portable emulator for Pokémon-Mini. Last version: 0.60 (16 June 2015) Check Wiki for platform dependencies and other information.
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 2
    A easy basic in order to make games in 2d style amos for linux and windows The basic it comprises a module runtime, ide examples and games.
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 3
    BomberClone
    This game, I hope it will be soon, a good Clone of the game AtomicBomberMan. It supports multiplayer over the Internet. It's a funny smal game which can be very funny with other human players.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 4
    Haxima is an Ultima-like game engine (2D tile graphics) with combat, magic, NPC AI, an embedded scripting language, and in-game editing.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Claims Processing solution for healthcare practitioners. Icon
    Claims Processing solution for healthcare practitioners.

    Very easy to use for medical, dental and therapy offices.

    Speedy Claims became the top CMS-1500 Software by providing the best customer service imaginable to our thousands of clients all over America. Medical billing isn't the kind of thing most people get excited about - it is just a tedious task you have to do. But while it will never be a fun task, it doesn't have to be as difficult or time consumimg as it is now. With Speedy Claims CMS-1500 software you can get the job done quickly and easily, allowing you to focus on the things you love about your job, like helping patients. With a simple interface, powerful features to eliminate repetitive work, and unrivaled customer support, it's simply the best HCFA 1500 software available on the market. A powerful built-in error checking helps ensure your HCFA 1500 form is complete and correctly filled out, preventing CMS-1500 claims from being denied.
  • 5
    Alex the Allegator is a series of games featuring everything from puzzle games to racing and platform jump n runs. The Alex games are provided with full source and are buildable on every platform that Allegro supports.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    The intention of this project is to provide the source code of the commercial video game Quake III Arena. The goal of this project to improve upon the games graphical capabilities, which may include new content. Any contribution are welcome.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 7
    SLASH'EM (SuperLotsaAddedStuffHack - Extended Magic) is a variant of Nethack. It is a roguelike, single-player role-playing game where the hero must venture through the depths of the Dungeon of Doom to retrieve the Amulet of Yendor.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 8
    A native Mac OS X port of MAME
    MAME OS X is a native Mac OS X port of MAME, designed to take full advantage of OS X-specific optimizations.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 9
    3ds-examples

    3ds-examples

    Examples for 3DS using devkitARM, libctru, citro3d and citro2d

    Examples for 3DS using devkitARM, libctru, citro3d and citro2d.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
  • 10
    Craft

    Craft

    Minecraft clone written in C using modern OpenGL

    A simple Minecraft clone written in C using modern OpenGL (shaders). A very performant Minecraft clone written in just a few thousand lines of C using modern OpenGL (shaders). Online multiplayer support is included using a Python-based server. Many people have used this as a base upon which a more complex game was built. Simple but nice looking terrain generation using simplex noise. More than 20 types of blocks and more can be added easily. Supports plants (grass, flowers, trees, etc.) and transparency (glass). Simple clouds in the sky (they don't move). Day / night cycles and a textured sky dome. Signs, you can write text on any block. Lights, any block can be set as a light source. Ambient occlusion for basic shading of blocks. World changes persisted in a sqlite3 database. Multiplayer support!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Handmade Math

    Handmade Math

    A simple math library for games and computer graphics

    A single-file, cross-platform, public domain game math library for C/C++. Fully inlined HandmadeMath.h. No need for HANDMADE_MATH_IMPLEMENTATION anymore. Added extra parentheses around some macros. Renamed the 'Rows' member of hmm_mat4 to 'Columns'. Since our matrices are column-major, this should have been named 'Columns' from the start. 'Rows' is still present, but has been deprecated. Added array subscript operators for vector and matrix types in C++. This is provided as a convenience, but be aware that it may incur an extra function call in unoptimized builds. Made HMM_Power faster, Fixed possible efficiency problem with HMM_Normalize, RENAMED HMM_LengthSquareRoot to HMM_LengthSquared, RENAMED HMM_RSqrtF to HMM_RSquareRootF, RENAMED HMM_SqrtF to HMM_SquareRootF, REMOVED Inner function (user should use Dot now), REMOVED HMM_FastInverseSquareRoot function declaration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Mojoc

    Mojoc

    A cross-platform, open-source, pure C game engine for mobile game

    Mojoc is an open-source, cross-platform, pure C game engine. It is based on OpenGLES3 and written in C99. It currently works on IOS and Android, but can easily be extended to other platforms, and will support more platforms in the future. In platform-independent code, Mojoc uses only the standard C library, no dependence on third-party libraries. Mojoc uses an extremely lightweight OOC (Object Oriented C) programming model. Mojoc application architecture is based on components, state-machines and is message-driven. Mojoc has been used for a cross-platform Android and IOS game. The samples will show all aspects of the Mojoc features. Each platform will provide native building project for native platform editor. For example Android provides AndroidStudio project, IOS provides XCode project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Urho3D

    Urho3D

    Cross-platform 2D and 3D game engine

    !!! The project repositories have been migrated to https://github.com/urho3d/Urho3D !!!
    Downloads: 26 This Week
    Last Update:
    See Project
  • 14
    FreeBMP aims at becoming a cross-platform reimplementation of the classic Software 2000 game "Bundesliga Manager Professional" (aka "The Manager" in English). Visit the FreeBMP project homepage (http://freebmp.sourceforge.net/) for more informati
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15
    Excalibur: Morgana's Revenge
    Excalibur: Morgana's Revenge is a first-person action shooter game that combines time travel to take the player through the jurassic period, camelot period, and into the future chasing down Morgana.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 16
    Clou! Open Source Project

    Clou! Open Source Project

    The Clue! / Der Clou!

    The Clue! (known as Der Clou! in Austria) is a 1994 remake of the 1986 game They Stole a Million. It would form a two game series, with a sequel following in 2001, under the guise of The Sting! or Der Clou 2!. The Clue! is a mixture of many video game genres. It can be described as role-playing adventure game with tactical/strategy elements and puzzles in the form of burglaries. The gameplay is composed of two different modes - most of the time, the player is travelling around the city of London and talking with people using point-and-click interface like in classical adventure games, while more strategy-like top-down perspective is used for the actual planning of the heists. [...] (From Wikipedia, the free encyclopedia)
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 17
    ZAngband is a single-player rogue-like dungeon exploration game that runs on a wide variety of computer systems.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 18
    Pasang Emas
    Pasang is a traditional two-player board game of Brunei. The game starts with a board-full of tokens. The players take turn capturing these tokens. The player with the most tokens wins.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 19
    garden of coloured lights
    A multiplatform vertical shoot-em-up with non-traditional elements.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 20
    mod_MumbleLink

    mod_MumbleLink

    Positional Audio Communication for Minecraft with Mumble

    A Mod so that Minecraft now natively supports Mumble's positional audio feature. This means: Directional and positionally attenuated VOIP in relation to the game world. Please visit the Forum for information about the newest Version! Main Forum-Thread: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272675 TheSkorm's Fork on GitHub: https://github.com/TheSkorm/mod_mumblelink Mumble: http://mumble.sourceforge.net Donations are greatly appreciated: https://sourceforge.net/donate/?user_id=2370023
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    GGMud

    GGMud

    GGMud is a cross platform modern MUD client.

    GGMud is an opensource multiplatform GRAPHICAL mud client. It uses the GTK toolkit for the GUI (quite similar to the ZMud one) and is compatible with tintin++ configuration files.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    Software Development Kit for the Nintendo(tm) Gameboy Advance(tm) based on GCC.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 23
    XHSI - glass cockpit for X-Plane 10 & 11
    XHSI (eXternal High-resolution Simulator Instruments) is an add-on for the X-Plane flight simulator. It displays the PFD, ND, EICAS, Flaps and Gear indicator, Clock/Chronometer, etc... in separate windows. In general, the instruments can be displayed in B737-NG or A320 style.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 24

    XWA Hacker

    Fixes for X-Wing game binaries

    Fix/improve X-Wing games (XWA and others) to allow them to run on current PCs with improved graphics. Now also available on the Microsoft Store (consider it beta) at ms-windows-store://pdp/?productid=9PPKMJSRTM2B or https://www.microsoft.com/store/apps/9PPKMJSRTM2B
    Downloads: 14 This Week
    Last Update:
    See Project
  • 25
    Smokin' Guns
    Smokin' Guns is a GPLv2 licensed first person Western style shooter based on the Quake 3 engine (Id Tech 3) developed by a loosely knit team of developers and artists. This project represents the game engine.
    Downloads: 3 This Week
    Last Update:
    See Project