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

https://github.com/axelf4/asm-snake

🔔 Snake game in x86-64 GAS Assembly for Linux
https://github.com/axelf4/asm-snake

linux-game x86-assembly

Last synced: 4 days ago
JSON representation

🔔 Snake game in x86-64 GAS Assembly for Linux

Awesome Lists containing this project

README

          


Screenshot

# asm-snake

[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)

A snake game in x86-64 GAS Assembly for Linux.

## Building

To build, make sure GNU Make and GCC are present and run
```sh
make
```