Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.