Source Code Downloads

Download free C and C++ source code, sample programs, and projects from MYCPLUS. Explore ready-to-use examples for learning, development, and building real-world applications.

There are 1 files, weighing 2.8 KiB with 65,274 hits in General.

Displaying 1 to 1 of 1 files.

General

  Snake Game
» 2.8 KiB - 65,274 hits - October 10, 2008
This program simulates the game "snake". A string of characters moves on the screen according to arrow keys pressed by user. If it touches itself or screen boundary, the program terminates. When the snake moves, in arbitrary screen positions some digit (1-9) appears.

   

Scroll to Top