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

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)

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)

![](snake.png)

| 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 game

Enjoy! ;)