Skip to content

Latest commit

 

History

History
106 lines (77 loc) · 2.6 KB

README.md

File metadata and controls

106 lines (77 loc) · 2.6 KB

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.