Skip to content

An Implementation of a snake game using x86_64 intel assembly for linux

License

Notifications You must be signed in to change notification settings

Da-Viper/snake_asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNAKE

An Implementation of a snake game using x86_64 intel assembly for linux

Game Screen shot

Requirements

  1. SDL

ubuntu

   $ sudo apt install libsdl2-dev libsdl2-ttf-dev

Fedora

   $ sudo dnf install SDL2-devel SDL2_ttf-devel

Build

   $ make

Run

   $ ./snake

About

An Implementation of a snake game using x86_64 intel assembly for linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published