https://github.com/dosx-dev/tinysnake-game
Little game "Snake" for Windows in C (.EXE size is 3.5 kilobytes)
https://github.com/dosx-dev/tinysnake-game
2d asm assembly begginers c game just-for-fun low-level snake snake-game time-killer tiny winapi windows
Last synced: 5 days ago
JSON representation
Little game "Snake" for Windows in C (.EXE size is 3.5 kilobytes)
- Host: GitHub
- URL: https://github.com/dosx-dev/tinysnake-game
- Owner: DosX-dev
- License: mit
- Created: 2023-08-05T20:27:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T18:48:39.000Z (about 1 year ago)
- Last Synced: 2025-05-07T04:58:31.592Z (about 1 month ago)
- Topics: 2d, asm, assembly, begginers, c, game, just-for-fun, low-level, snake, snake-game, time-killer, tiny, winapi, windows
- Language: C
- Homepage: https://dosx.su
- Size: 92.8 KB
- Stars: 241
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🐍 TinySnake
Little game "Snake" for Windows in C (.EXE size is 3.5 kilobytes)### [Download compiled as .EXE](https://github.com/DosX-dev/TinySnake-game/releases/tag/Builds)

| Requirement | Minimum |
|---|---|
| Operating system | Windows 95
| Processor | Any 1 GHz CPU
| Memory | 1 mb
| Hard drive space | 3.5 kb free### A little about the gameplay
* The borders do not kill the snake, but teleport to the other side of the map
* 10 points for each apple
* Use the English keyboard layout to control
* Don't resize the window during gameplay if you don't want to break the renderer
* You have to enjoy the gameEnjoy! ;)