Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : C and CPP : CPP : Source Code : Games


Links
  • Bricks - A bricks game written in C++.
  • Car Racing - A car racing game where you have to reach the finish line before the time goes out. There are many hurdles in your way.
  • Galaxy - This is a modified version of the old Galaxy Game.
  • Keyboard Ches - This is a chess game. Two players can play it. To simplify the code the programmer did not intriduced the mouse. Instead you play it using the keyboard. An interesting way to implement the chess game.
  • Marbles - Brainvita is a simple marble game devloped in turbo c++ 3.0.
  • Mine Sweeper - A poor zero graphics mine sweeping game that the programmer is proud of because he programmed it himself.
  • Number Puzzle - A simple puzzle game that deals with finding the correct path.
  • Tic Tac Pro - One programmer's variation on the tic tac toe game.
  • Tic tac Toe - Another tic tac toe game implemented in C++.