Skip to content
/ snake64 Public

An over-engineered Snake game built with x86-64 assembly

License

Notifications You must be signed in to change notification settings

KjmX/snake64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake64

An overengineered Snake game built with x86-64 assembly (NASM), it was a good exercise for refreshing a bit my rusty x86-64 assembly knowledge and learn many new things along the way.

Some screenshots!

Wanna build it?

Requirements

  1. An x86-64 CPU
  2. GNU/Linux system
  3. Ncurses library (it's included by default in most distros)
  4. NASM assembler
  5. GCC
  6. make

Build steps

  1. Clone the repo
  2. Build and run the binary
make && ./build/snake64

Enjoy!

About

An over-engineered Snake game built with x86-64 assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published