Skip to content

This project was made in the 2st year and 1st semester of Computer Science in UTAD, Portugal. 🏫

Notifications You must be signed in to change notification settings

bruno-medeiros1/Snake-Game-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Snake Game 🐍

This program was made using Emu8086 and written in Assembly language.

Game Desciption

The goal of this game is to eat the food that is generating in the arena! You can move by pressing UP,DOWN,LEFT and RIGHT arrows. You can leave at anytime just clicking ESC.

Features

  • DONE UI MENU for arena selection!
  • DONE SCORE UI.
  • DONE Player Movement.
  • DONE Death System.
  • DONE Regeneration fuction for the food.

Observations

  1. They may occur some errors associated with regenerating food, after the snake eat, because of the random values in the register being overflowing.
  2. The size of the snake it's constant in all the game, does not increase if you eat!

Have fun! 😜

Thanks for reading! 😄

About

This project was made in the 2st year and 1st semester of Computer Science in UTAD, Portugal. 🏫

Topics

Resources

Stars

Watchers

Forks