/DOSSnake

Small DOS snake game written with TASM using 80836 instructions

Primary LanguageAssembly

DOSSnake

Small DOS snake game written with TASM using 80836 instructions

Screenshots

Installation

cd Tasm # Path to your tasm folder
git clone https://github.com/4uf04eG/DOSSnake.git
cp DOSSnake/RUN.BAT .

Then run RUN.BAT at dosbox

Configuration

It's poorly written and even more poorly optimized, so if you want to get at least partially smooth experience, set cpu cycles in dosbox settings to 'max'.

File const.inc contains constant parameters like cell size or snake speed that you are free to change.