Here are
35 public repositories
matching this topic...
A top-down 2d game engine, written from scratch in under 1000 lines of C. Development of the game based on this engine is streamed on Twitch:
https://www.twitch.tv/ryanpcmcquen
Small shooter write in C/Ncurses
runescape classic client ported to C
simple train game running in linux terminal
Marienbad-game (called also NIM) coded in C language with 3 AI lvl (easy, medium, hard).
Simple C program that lets any user create and/or take quizzes, as well as save scores to a file.
Updated
May 27, 2021
Shell
A Snake clone written in C; uses Ncurses.
Updated
May 17, 2021
Shell
Snake and DX Ball Game with Graphics header in c++
A free homebrew game for the 3DS where you have to avoid flying objects.
Updated
Sep 17, 2021
Makefile
This is a programming college assignment that aims to develop a game similar to Space Invaders.
something written in C and SDL2 to learn more C
A fun game in C++ where you handle 2 cars from two sides of the keyboard.
[PARA PESSOAS SEM DEFICIÊNCIA VISUAL] Aprenda o sistema de escrita tátil "Braile" de forma simples e lúdica, através deste jogo em forma de quiz desenvolvido em C.
Port of my 3DS homebrew game for the TI-84 Plus CE graphing calculator where you have to avoid flying objects.
a simple model train simulator which runs in terminal
This Repository Contains C Programming Language Code to Learn C From Beginner to Intermediate Level.
Freecell classic game in terminal
A simple Command-Prompt Snake Game made with C/C++
A Rock Paper Scissors game written in C
This is a game made using the C language with SIGIL library.
First year project. Tetris in ncurses.
A time-management game based on the Minix operating system developed in the Computer Laboratory (LCOM) class.
simple Tic Tac Toe game written in C
🎲 Mastermind - A code-breaking CLI game for two players written in C89
C Multiplayer game built using threads and sockets.
Improve this page
Add a description, image, and links to the
c-game
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
c-game
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
This application uses Windows API by including inbuilt
windows.hin C to useBeep()function. We can:Beep()function can be accessed by C compiler in those OSes.Or...
Beep()- a function which intakes frequency value & time value to produce a sound beep.Please add