Skip to content

Benchaklei/SnakeInAsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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