C Programming Samples
Collision
- my final project at
college
, a simple breakout style game.
Tetris
- A basic tetris clone with
source code
. Click
here
for more info.
Sorry! Only the executable for Collision here (I managed to loose the source code!)
C++ Programming Samples
Linked List Example
- A very basic example of how a linked list can be implemented as a class in C++. Includes
source code
. Click
here
for more info.