CUTRE GAME — MS-DOS

click the screen first to grab the keyboard · haz clic en la pantalla para capturar el teclado
a two-player tank game for MS-DOS, written in Turbo C++ 3.0, running in DOSBox compiled to WebAssembly via js-dos · source ·

CONTROLS / CONTROLES

Player 1 / Jugador 1Player 2 / Jugador 2
Move / MoverArrow keys / FlechasW / A / S / D
Fire / DispararKeypad 5, or Right Ctrl / 5 del teclado numérico, o Ctrl derechoG
Quit / SalirEsc

Both tanks drive from this one keyboard. The Right Ctrl alias exists only on this page, for keyboards without a numeric keypad: the DOS program itself reads keypad 5 (scan code 4Ch) from port 60h.

Los dos tanques se manejan desde este mismo teclado. El alias de Ctrl derecho existe solo en esta página, para teclados sin bloque numérico: el programa DOS lee el 5 del teclado numérico (scan code 4Ch) por el puerto 60h.

WHAT RUNS HERE / QUÉ SE EJECUTA AQUÍ

The exact bin\GAME.EXE from the repository, unchanged, with res\ beside it, inside a DOSBox with a Sound Blaster 16 at A220 I7 D1. No network in the browser build: the IPX game is the launch_game_*.sh scripts on a real DOSBox.

El mismo bin\GAME.EXE del repositorio, sin cambios, con res\ al lado, dentro de un DOSBox con una Sound Blaster 16 en A220 I7 D1. Sin red en la versión de navegador: el juego por IPX son los scripts launch_game_*.sh en un DOSBox real.