Skip to content

mosamaasif/Snake_Game_ASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License


Logo

Snake Game

Implementation of the classic Snake Game in the 8086 Assembly

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. License

About The Project

This is an implementation of the classic Snake Game in the 8086 Assembly. This game includes, a menu, poison fruits, normal fruits, health counter, speed increment, time limit etc.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

  1. Download this project and move to C:\ (C root directory)
  2. After installation of DOSBOX, go to the installation directory and run DOSBox 0.74 Options.bat.
  3. At the end of the file add these two lines and save:
    mount c: c:\NAME_OF_DOWNLOADED_FOLDER 
    c:

Usage

How to Run

  1. Now run DOSBOX, and enter the following command:

    nasm Snake.asm -o Snake.com

    OR

  2. Run DOSBOX, and simply enter:

    Snake.com

Output Images

License

Distributed under the MIT License. See LICENSE for more information.