https://github.com/runtime-error786/snake-game-assembly-language
https://github.com/runtime-error786/snake-game-assembly-language
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runtime-error786/snake-game-assembly-language
- Owner: runtime-error786
- Created: 2023-09-04T11:12:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T05:44:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T08:22:17.392Z (12 months ago)
- Language: Assembly
- Size: 409 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description:
It is a basic snake game
Setup:
git clone https://github.com/your-username/folder_name.git
install nasm
and then write that line nasm projectname.asm -o projectname.com
