Skip to content

Benchaklei/SnakeInAsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer:

This project is experimental and may contain bugs. Use at your own risk. The author(s) are not responsible for any damages or losses resulting from the use of this software.

SnakeAsm

A snake game written in assembly (x86_16 nasm)

I wrote this project in 8086 16 bit assembly language using nasm assembler.

How to run it?

Assemble the program using nasm: nasm main.asm -o snake.com

Then just run snake.com in DOSBOX

Gameplay keys

  • Use the arrow keys to move up/down/left/right
  • ESC quits the game
  • SPACE pauses the game

GAMEPLAY!

About

A snake game written in assembly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published