Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nirokay/snek
A basic snake game written in Nim using raylib.
https://github.com/nirokay/snek
game game-2d nim nim-lang raylib snake-game snakegame
Last synced: 29 days ago
JSON representation
A basic snake game written in Nim using raylib.
- Host: GitHub
- URL: https://github.com/nirokay/snek
- Owner: nirokay
- License: gpl-3.0
- Created: 2024-05-03T15:48:35.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-12-09T11:48:54.000Z (about 1 month ago)
- Last Synced: 2024-12-09T12:20:08.942Z (about 1 month ago)
- Topics: game, game-2d, nim, nim-lang, raylib, snake-game, snakegame
- Language: Nim
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snek
## About
**Snek** is a basic snake game written in [Nim](https://nim-lang.org/) using [raylib](https://www.raylib.com/).
## Installation
`nimble install https://github.com/nirokay/Snek` or from the releases page.
## Features
Some Snake features made it into **Snek**:
* Grace-frame before the snake eats itself
* Screen wrap## Screenshots
| ![01](.github/01_start.png) | ![02](.github/02_nom_nom.png) |
|-----------------------------------|---------------------------------------------------------|
| ![03](.github/03_screen_wrap.png) | ![04](.github/04_totally_panned_game_over_trust_me.png) |## Licence
This project is distributed under the GPL-3.0 licence.