https://github.com/antonijn/dos-game-suite-8086
Snake game for DOS, written in 8086 assembly
https://github.com/antonijn/dos-game-suite-8086
8086 assembly dos msdos snake-game
Last synced: 11 months ago
JSON representation
Snake game for DOS, written in 8086 assembly
- Host: GitHub
- URL: https://github.com/antonijn/dos-game-suite-8086
- Owner: antonijn
- License: isc
- Created: 2014-03-30T14:52:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T19:41:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T15:51:10.555Z (about 1 year ago)
- Topics: 8086, assembly, dos, msdos, snake-game
- Language: Assembly
- Homepage:
- Size: 63.5 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
dos-game-suite-8086
===================
Some fumbling around with x86-16 mode 13h graphics using DOS. There's
a working snake game!
Moving around is done with the arrow keys, or keys 8, 6, 2 and 4 on
the numpad.