Postagens

Mostrando postagens de abril, 2012

Jogo 21 em C

Buscando meus trabalhos de faculdade achei esse código de um jogo de 21 feito em C. Para compilar use gcc -o jogo21 jogo21.c /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /*  * main.c  * Copyright (C) Tiago Alves de Oliveira e Walisson Maicon Silva 2008  *  * main.c is free software.  *  * You may redistribute it and/or modify it under the terms of the  * GNU General Public License, as published by the Free Software  * Foundation; either version 2 of the License, or (at your option)  * any later version.  *  * main.c is distributed in the hope that it will be useful,  * but WITHOUT ANY WARRANTY; without even the implied warranty of  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  * See the GNU General Public License for more details.  *  * You should have received a copy of the GNU General Public License  * along with main.c.  If not, writ...