SkillAgentSearch skills...

Snax86

A snake game written in x86 Assembly language for windows console

Install / Use

/learn @repnz/Snax86
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Snax86

What is this?

This is a Console Snake Game written in 0x86-32 Assembly Language for Windows Operating System. The code is assembled using Nasm and linked using LINK.exe (Microsoft Incremental Linker). The code of the game is directly linked to Kernel32.lib and uses win32 console api functions.

Gameplay

Alt Text

Building

To create snake.exe without debug symbols

make release

To create snake-debug.exe with debug symbols

make debug

Related Skills

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated2mo ago
Forks4

Languages

Assembly

Security Score

80/100

Audited on Jan 16, 2026

No findings