Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seniru/asmsnake

Snake game written in assembly
https://github.com/seniru/asmsnake

assembly assembly-x86-64 classic-game snakegame

Last synced: about 2 months ago
JSON representation

Snake game written in assembly

Awesome Lists containing this project

README

        

# asmsnake

> Snake game written in Assembly



- Platforms: Linux (Tested in Ubuntu 22.04.4 LTS x86_64)
- This was just a hobby project and has a lots of issues. Not really playable. Feel free to contribute to this repo if you want to improve this.

### Controls
|Key|Action|
|--|--|
||Move up|
||Move down|
||Move left|
||Move right|