Chess game with pawns only, C program.
I've made a small pawn-only chess game. Most of it was made by my dad, but I did some of it, too.
It opens in cmd.exe.
To move, type in the coordinates of the piece you wish to move, then the space you wish to move it to, with spaces in between each number. Each piece can only be moved forward one space, and can take out opponent pawns diagonally left or right one space.
If you type in the coordinates wrong, it will get confused and you will have to restart it. If you make a stupid move, the computer will tell you how many turns are left before it beats you, as a way to frustrate you. ^^
I also offer the source code.