Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vldkrlk/snake-assembly

🐍 Snake game written in Assembly
https://github.com/vldkrlk/snake-assembly

assembly game nasm nasm-assembly ncurses snake-game terminal

Last synced: 5 days ago
JSON representation

🐍 Snake game written in Assembly

Awesome Lists containing this project

README

        

x86-64 Assembly console snake game



Only for Linux systems

![snake game gif](./docs/preview.gif)

## Build

You need to install ncurses library.

#### Compile

```
nasm -g -f elf64 -o snake64.o snake64.asm
```

#### Link

```
gcc -g -o ./snake64.out snake64.o -lncurses
```

## Usage

Make sure the console window has a size of 80x24 characters

## License

MIT - Vlad Koroliuk 2025