Diferencias
Muestra las diferencias entre dos versiones de la página.
| Próxima revisión | Revisión previa | ||
| microtetris.c [2022/08/17 17:46] – creado peron | microtetris.c [2026/04/21 16:07] (actual) – editor externo 127.0.0.1 | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| - | <code c> | + | <file c microtetris.c> |
| /* Micro Tetris, based on an obfuscated tetris, 1989 IOCCC Best Game | /* Micro Tetris, based on an obfuscated tetris, 1989 IOCCC Best Game | ||
| * | * | ||
| Línea 169: | Línea 169: | ||
| #endif | #endif | ||
| gotoxy(26 + 28, 10); | gotoxy(26 + 28, 10); | ||
| - | printf(" | + | printf(" |
| fflush(stdout); | fflush(stdout); | ||
| Línea 403: | Línea 403: | ||
| gotoxy(0, | gotoxy(0, | ||
| - | printf(" | + | printf(" |
| show_high_score(); | show_high_score(); | ||
| break; | break; | ||
| Línea 435: | Línea 435: | ||
| * End: | * End: | ||
| */ | */ | ||
| - | </code> | + | </file> |
