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
- Host: GitHub
- URL: https://github.com/axelf4/asm-snake
- Owner: axelf4
- License: gpl-3.0
- Created: 2020-07-28T17:45:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T13:19:21.000Z (over 4 years ago)
- Last Synced: 2025-02-23T21:26:50.486Z (over 1 year ago)
- Topics: linux-game, x86-assembly
- Language: Assembly
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asm-snake
[](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
```