项目作者: bengabay11

项目描述 :
10th Grade Computer Science Final Project
高级语言: Assembly
项目地址: git://github.com/bengabay11/snake.git
创建时间: 2019-07-12T15:51:47Z
项目社区:https://github.com/bengabay11/snake

开源协议:MIT License

下载


Snake

A snake game written in assembly for DOS

Demo Image

Requirements

  • DOSBox 0.74-3
  • TASM

Deployment

  • clone the repo to Path_To_TASM\BIN\snake
  • open dos box and type the following commands
    1. mount e: <Path_To_TASM>
    2. e:
    3. cd bin
    4. cycles=max
    5. tasm /zi snake\src\snake.asm
    6. tlink /v snake.obj
    7. snake