Tag: source

  • An Approach for Tetris Shapes in C++

    I've been noodling with a Win32 version of Tetris , the ubiquitous "shape placing" game. I'm working in C++ using the Simple Directmedia Layer for my graphics. One of the interesting things in working out the game is…