No description
Find a file
2022-11-11 00:03:24 +01:00
icons/hicolor/48x48 Added app icon and file. 2022-10-06 23:56:58 +02:00
src Made the user data path not be determined at compile time because that causes issues when built in a sandbox. 2022-11-10 21:30:39 +01:00
.gitignore Added gitignore, License file and readme. 2022-10-04 19:38:17 +02:00
build-run.sh Made the snake move faster with every apple eaten. 2022-11-04 15:58:05 +01:00
justfile Added app icon and file. 2022-10-06 23:56:58 +02:00
LICENSE Added gitignore, License file and readme. 2022-10-04 19:38:17 +02:00
README.md Wrote a proper readme. 2022-10-06 23:56:53 +02:00
screenshot.png Wrote a proper readme. 2022-10-06 23:56:53 +02:00
shell.nix The shell.nix works now. Before it was failing to open the shell because steam is unfree. 2022-11-04 15:58:04 +01:00
snekim Made the game not crash when the user data folder is deleted. 2022-11-04 16:26:49 +01:00
snekim.desktop Added app icon and file. 2022-10-06 23:56:58 +02:00
snekim.nimble Clarify that the code is licensed under LGPL-3.0-only and not just LGPL-3.0. 2022-11-11 00:03:24 +01:00

snekim 🍎🐍

snekim showcase screenshot

A simple implementation of the classic snake game.

Reason for making

I made this game to try out raylib.

Installation

Prerequisites

snekim runs on Linux. I have no idea if you can get it to work with nimble on Windows or macOS. If you do, contact me.

Packages

Operating System Package Manager Package Command
Various Nimble snekim nimble install snekim
Arch Linux pacman snekim git clone https://aur.archlinux.org/snekim.git && cd snekim && makepkg -sri
NixOS, Linux, macOS Nix snekim nix-env -iA nixos.snekim or nix-env -iA nixpkgs.snekim

package version table

Running

See the installation section for how to install snekim on your computer.

Run snekim with snekim or via your launcher.

License

Code

©️ 2022 Anna Aurora Neugebauer mailto:anna@annaaurora.eu https://matrix.to/#/@papojari:artemislena.eu https://annaaurora.eu

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License version 3 along with this program. If not, see https://www.gnu.org/licenses/.

icons/hicolor/48x48/snekim.svg, screenshot.png

©️ 2022 Anna Aurora Neugebauer. This work is licensed under the CC0 license.