Skip to content

Here is the collection of C programming projects readily coded for you.

Notifications You must be signed in to change notification settings

sureshchand001a/C-programming-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

C-programming-Projects

Here is the collection of C programming projects readily coded for you.

This Mini Project in C Snake Game is a simple console application without graphics. In this project, you can play the popular Snake Game just like you played it elsewhere. You have to use the up, down, right or left arrows to move the snake.

Foods are provided at the several co-ordinates of the screen for the snake to eat. Every time the snake eats the food, its length will by increased by one element along with the score.

The source code for Snake Game in C is complete and totally error-free. It is compiled in Code::blocks using the gcc compiler. The code is about 550 lines; You can directly download the source code plus application file.

You have probably played the Tic-Tac-Toe game to pass time during school hours. It’s fun when you play with paper and pencil. Here, we have developed a mini project in C Tic Tac Toe game – a simple console application without graphics.

It is the same noughts and crosses or the Xs and Os, the other names for Tic-Tac-Toe, you’ve played with paper and pencil. This mini game project is written in C language in a very simple manner; it is complete and totally error-free.

This Tic Tac Toe game in C is compiled in Code::Blocks with gcc compiler. The source code is not that long; it is about 300 lines. You can directly download the source code plus application file from the link below.

About

Here is the collection of C programming projects readily coded for you.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages