Skip to content

lmderval/assembly-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I - The SnakeASM Project

The SnakeASM project is a remake of the Snake Game in assembly :

The whole project is written in NASM assembly. It is intended to run on a Linux machine with a x86_64 processor.


II - Prerequisites

In order to compile the code, the NASM compiler is needed :

Debian-based system :

$ sudo apt install nasm

III - How to compile ?

In order to compile the project, simply run the compile.sh script :

Execute the compile.sh script :

$ ./compile.sh

An executable file named main must have been created.


IV - Run the program

Simply execute the program by executing the previously created executable :

Execute main :

$ ./main

About

A Snake Game written in assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published