Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seniru/asmsnake
- Owner: Seniru
- Created: 2024-06-10T16:11:28.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-22T18:48:53.000Z (6 months ago)
- Last Synced: 2024-06-23T01:58:11.302Z (6 months ago)
- Topics: assembly, assembly-x86-64, classic-game, snakegame
- Language: Assembly
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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|